simplified test output

This commit is contained in:
Askill 2024-07-17 19:55:36 +02:00
parent 61dd1190b1
commit 4b4b5c4b66
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ jobs:
pip install -r requirements.txt pip install -r requirements.txt
pip install pytest==8.2.2 pip install pytest==8.2.2
pytest tests/watcher_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html pytest tests/watcher_test.py