summaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: 338e91c932bb6f9844a56119b86cef4ed936b07d (plain)
1
2
3
4
5
6
7
8
9
[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
    license_feature: ensure license features are accessible or not depending on license