We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d960fa commit fb35722Copy full SHA for fb35722
.github/workflows/pytest.yml
@@ -25,5 +25,4 @@ jobs:
25
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26
- name: Test with pytest
27
run: |
28
- # python -m unittest -v tests/test_*.py
29
- pytest tests/test_*.py
+ python -m unittest -v tests/test_*.py
0 commit comments