summaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: fc407b5f17fe450f20e853234fbe9ceda532f719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[pytest]
DJANGO_SETTINGS_MODULE = awx.settings.development
python_paths = /var/lib/awx/venv/tower/lib/python3.6/site-packages
site_dirs = /var/lib/awx/venv/tower/lib/python3.6/site-packages
python_files = *.py
addopts = --reuse-db --nomigrations --tb=native
markers =
    ac: access control test
    survey: tests related to survey feature
    inventory_import: tests of code used by inventory import command
    defined_in_file:
    job_permissions:
    activity_stream_access:
    job_runtime_vars:
junit_family=xunit2