We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a181e1 commit 3d960faCopy full SHA for 3d960fa
.github/workflows/pytest.yml
@@ -25,4 +25,5 @@ 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
+ # python -m unittest -v tests/test_*.py
29
+ pytest tests/test_*.py
0 commit comments