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 7c02242 commit a7eb8d4Copy full SHA for a7eb8d4
.github/workflows/code-counter-CI.yml
@@ -17,4 +17,4 @@ jobs:
17
with:
18
python-version: ${{ matrix.python-version }}
19
- name: Test with pytest
20
- run: python -m unittest discover -s test -p "test.py"
+ run: python -m unittest discover -s tests -p "test_*.py"
0 commit comments