diff options
| author | 2021-06-07 05:58:57 +0300 | |
|---|---|---|
| committer | 2021-06-07 05:58:57 +0300 | |
| commit | 37584a8b8774c04b4111c29d96f8d06b31c89d84 (patch) | |
| tree | 5874ffa2cc23010afe364def8a3c755dc6d11eee /pyproject.toml | |
| parent | Switches To Pytest As Test Runner (diff) | |
Adds Fast-Test Task
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 2c9181889..774fe075c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,7 @@ lint = "pre-commit run --all-files"  precommit = "pre-commit install"  build = "docker build -t ghcr.io/python-discord/bot:latest -f Dockerfile ."  push = "docker push ghcr.io/python-discord/bot:latest" -test = "pytest -n auto --cov-report= --cov bot " +fast-test = "pytest -n auto" +test = "pytest -n auto --cov-report= --cov bot"  html = "coverage html"  report = "coverage report" | 
