aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-10-11 13:00:53 +0200
committerGravatar GitHub <[email protected]>2021-10-11 13:00:53 +0200
commit1e1de79c5ef977267f06392ed50bd190173b8ecc (patch)
tree59b6d1ee919ace6e40e6a8c5d2497c8051a7905d /pyproject.toml
parentFix typo (diff)
parentMerge pull request #1865 from python-discord/fix-bot-1858 (diff)
Merge branch 'main' into tags-revision
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 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"