2020-11-08 15:14:57 -05:00
|
|
|
[pytest]
|
|
|
|
DJANGO_SETTINGS_MODULE = bookwyrm.settings
|
|
|
|
python_files = tests.py test_*.py *_tests.py
|
2020-11-08 16:07:37 -05:00
|
|
|
addopts = --cov=bookwyrm --cov-config=.coveragerc
|
|
|
|
markers =
|
|
|
|
integration: marks tests as requiring external resources (deselect with '-m "not integration"')
|