fixed test call

This commit is contained in:
2023-12-07 22:12:56 +01:00
parent 529776bac6
commit 3ebe5bba7f
5 changed files with 4 additions and 4 deletions

View File

@@ -7,6 +7,6 @@ Dies ist die dritte Version von AutoPicture.
# Tests
```bash
python3.10 -m pytest --no-header -rfp --cov --cov-report html:tests/coverage --cov-report xml:tests/coverage/coverage.xml tests/
sh ./tests/start_tests.sh
```