summaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: 4884ec48974872697f32d57236ac16d376023708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[pytest]
DJANGO_SETTINGS_MODULE = awx.settings.development
python_paths = /venv/tower/lib/python2.7/site-packages
site_dirs = /venv/tower/lib/python2.7/site-packages
python_files = *.py
addopts = --reuse-db --nomigrations --tb=native
markers =
    ac: access control test
    license_feature: ensure license features are accessible or not depending on license
    mongo_db: drop mongodb test database before test runs
    survey: tests related to survey feature
    inventory_import: tests of code used by inventory import command