Files
autopicture-v3/README.md
2023-12-07 19:59:51 +01:00

13 lines
233 B
Markdown

# AutoPicture V3
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/
```