We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46f138 commit e21d7bcCopy full SHA for e21d7bc
1 file changed
.github/workflows/python-app.yml
@@ -36,4 +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
+ pytest -s test_caesercipher.py
0 commit comments