add reference to pytest.ini
All checks were successful
flaskbuild / build (push) Successful in 20s

This commit is contained in:
Greg Gauthier 2024-07-21 19:05:49 +01:00
parent eb779ec24b
commit b3c4b2fb8e

View File

@ -19,5 +19,5 @@ jobs:
python -m pip install -r requirements.txt
- name: Run flask server tests
run:
pytest -rA --durations=0 --color=auto
pytest -rA --durations=0 --color=auto --config-file=tests/pytest.ini