blob: 2d70732e114b87511c4e3cc52c06510a551769b8 (
plain) (
tree)
|
|
[pytest]
addopts =
# --ds=config.settings.test --disable-warnings --nomigrations --reuse-db
--ds=config.settings.test --disable-warnings --nomigrations
filterwarnings =
ignore::DeprecationWarning
python_files = tests.py test_*.py
|