There was an error while loading. Please reload this page.
1 parent 05862eb commit 88999e5Copy full SHA for 88999e5
.github/workflows/python-app.yml
@@ -37,4 +37,4 @@ jobs:
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Test with pytest
39
run: |
40
- pytest
+ pytest tests/test_main.py
0 commit comments