summaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: 748c2919fddf62fee08b66131a177d5a34912640 (plain)
1
2
3
4
5
6
7
8
[pytest]
DJANGO_SETTINGS_MODULE = awx.settings.development
python_paths = awx/lib/site-packages
site_dirs = awx/lib/site-packages
python_files = *.py
addopts = --reuse-db
markers =
    ac: access control test