We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be74ec8 commit 0a9060cCopy full SHA for 0a9060c
.github/workflows/python-app.yml
@@ -33,4 +33,4 @@ jobs:
33
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
34
- name: Test with unittest
35
run: |
36
- unittest
+ pytest
0 commit comments