make pytests

This commit is contained in:
2023-12-07 19:59:51 +01:00
parent cb9e02f4a2
commit 2da422abc5
5 changed files with 24 additions and 15 deletions

View File

@@ -4,3 +4,9 @@ Dies ist die dritte Version von AutoPicture.
# Erste Schritte
# Tests
```bash
python3.10 -m pytest --no-header -rfp --cov --cov-report html:tests/coverage --cov-report xml:tests/coverage/coverage.xml tests/
```