diff options
| author | 2021-10-05 22:41:45 +0100 | |
|---|---|---|
| committer | 2021-10-05 22:41:45 +0100 | |
| commit | 924b0631e40b0faabfcb3bd23d96345d250bb7c1 (patch) | |
| tree | a1995bac234e7b583256cc4e01ea5ce86578d07e /pyproject.toml | |
| parent | Apply infractions before DMing (diff) | |
| parent | Merge pull request #1854 from python-discord/minor-changes-to-typing-patch (diff) | |
Merge branch 'main' into infract-then-dm
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" |