You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
295 B
9 lines
295 B
[pytest] |
|
DJANGO_SETTINGS_MODULE = gaby.settings.test |
|
python_files = tests.py test_*.py *_tests.py |
|
addopts = --reuse-db |
|
filterwarnings = |
|
ignore::django.utils.deprecation.RemovedInDjango30Warning |
|
markers = |
|
wip: mark a test work in progress, to help designing a test |
|
slow: mark a test 'slow'
|
|
|