blob: 958f364c6d7a337c76290b863e6e4f2784cd981e (
plain) (
blame)
1
2
3
4
5
6
|
[pytest]
addopts =
--ds=config.settings.test --color=no --disable-warnings --nomigrations --reuse-db
filterwarnings =
ignore::DeprecationWarning
python_files = tests.py test_*.py
|