diff options
| author | 2021-10-03 14:38:17 +0100 | |
|---|---|---|
| committer | 2021-10-03 14:38:17 +0100 | |
| commit | 5f657a0418b55968924a1119342a8e0ea0e0d550 (patch) | |
| tree | 38b8146e90eddaddfea4fb485a70d6a30b558987 /pyproject.toml | |
| parent | python-news escape fixes (#1822) (diff) | |
| parent | Merge branch 'main' into add-get-or-fetch-util (diff) | |
Merge pull request #1837 from python-discord/add-get-or-fetch-util
Add get or fetch util
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" | 
