aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: 2d70732e114b87511c4e3cc52c06510a551769b8 (plain) (blame)
1
2
3
4
5
6
7
[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