aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: ae77f70aa2f58d65047a98d577cf0abf7cb3549b (plain) (blame)
1
2
3
4
5
6
[pytest]
addopts =
        --ds=config.settings.test --color=no  --disable-warnings
filterwarnings = 
        ignore::DeprecationWarning
python_files = tests.py test_*.py