We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fb5af commit 35c7415Copy full SHA for 35c7415
.github/workflows/pytest_questionnaire.yml
@@ -36,5 +36,4 @@ jobs:
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- name: Test with pytest
38
run: |
39
- pytest -v -k questionnaire_unit_test.py -s
40
-
+ pytest -v -k questionnaire_unit_test.py -s
0 commit comments