bookwyrm/pytest.ini
Bart Schuurmans 1d8873d960 CI: run pytest in Docker container
Use `.env.example` and `.env.ci` as the environment, instead of `.env`.
2024-03-11 20:12:25 +01:00

7 lines
257 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = bookwyrm.settings
python_files = tests.py test_*.py *_tests.py
addopts = --cov=bookwyrm --cov-config=.coveragerc
markers =
integration: marks tests as requiring external resources (deselect with '-m "not integration"')