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 1ec0e78 commit c4e70baCopy full SHA for c4e70ba
.github/workflows/python-tests.yml
@@ -18,4 +18,4 @@ jobs:
18
pip install -r requirements.txt
19
20
- name: Run tests
21
- run: python -m unittest discover
+ run: python -m unittest discover -s test
0 commit comments