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 795f218 commit d498a00Copy full SHA for d498a00
1 file changed
.github/workflows/python-app.yml
@@ -29,6 +29,6 @@ jobs:
29
run: ruff check --output-format=github --target-version=py39
30
- name: Install test dependencies
31
run: pip install -r server/requirements.txt
32
- # Discover and run all files matching test_*.py or *_test.py under server/
+ # Pytest won’t automatically discover config files in subdirectories
33
- name: Run tests
34
- run: pytest server/ -v
+ run: pytest -c server/pytest.ini server/ -v
0 commit comments