aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-10-10 17:54:04 +0200
committerGravatar GitHub <[email protected]>2021-10-10 17:54:04 +0200
commitc050ac54e0069025d9dafbc52be0c9033c304bc1 (patch)
treeedbd982bdb65171378b1c53df0ad6f688e606227 /pyproject.toml
parentTest incidents: correct avatar reference (diff)
parentMerge 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.toml3
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"