mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
6 lines
257 B
INI
6 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"')
|