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 805b260 commit db94b67Copy full SHA for db94b67
.github/workflows/python-app.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Test with pytest
30
run: |
31
export PYTHONPATH=$(pwd)/src
32
- pytest -v --show-capture=stdout -k "not integration"
+ pytest -v --show-capture=stdout -k "not integration" ./src/tests
33
34
test_windows:
35
runs-on:
0 commit comments