try to fix tests

This commit is contained in:
Sina Atalay 2023-10-08 19:20:38 +02:00
parent 2492bbe2d8
commit 9e5ea632db
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ jobs:
- name: Test with pytest - name: Test with pytest
run: | run: |
pip install pytest pytest-cov pip install pytest pytest-cov
pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html pytest --cov-report=html --junitxml=report.xml -v tests/