diff options
| author | 2021-10-05 14:49:04 +0100 | |
|---|---|---|
| committer | 2021-10-05 14:49:04 +0100 | |
| commit | 8e2dca82cd8d2011f388b3f406a3a8f05528573a (patch) | |
| tree | 86d524911db0fbf220fa81efafbc23b961136576 /pyproject.toml | |
| parent | Display BadArgument to user when invalid header is raised in converter (diff) | |
| parent | Merge pull request #1853 from python-discord/catch-403-from-Typing-calls (diff) | |
Merge branch 'main' into doc-fetch_inventory-error-badarg
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 23cbba19b..4431a41c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,8 @@ 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-nocov = "pytest -n auto" -test = "pytest -n auto --cov-report= --cov" +test = "pytest -n auto --cov-report= --cov --ff" +retest = "pytest -n auto --cov-report= --cov --lf" html = "coverage html" report = "coverage report" |