diff options
| author | 2021-10-10 17:54:04 +0200 | |
|---|---|---|
| committer | 2021-10-10 17:54:04 +0200 | |
| commit | c050ac54e0069025d9dafbc52be0c9033c304bc1 (patch) | |
| tree | edbd982bdb65171378b1c53df0ad6f688e606227 /pyproject.toml | |
| parent | Test incidents: correct avatar reference (diff) | |
| parent | Merge pull request #1630 from python-discord/kill-subdomains (diff) | |
Merge branch 'main' into discord-2.0
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 6a4cc5bed..95634728e 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" |