diff options
author | 2021-10-11 13:00:53 +0200 | |
---|---|---|
committer | 2021-10-11 13:00:53 +0200 | |
commit | 1e1de79c5ef977267f06392ed50bd190173b8ecc (patch) | |
tree | 59b6d1ee919ace6e40e6a8c5d2497c8051a7905d /pyproject.toml | |
parent | Fix typo (diff) | |
parent | Merge 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.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" |