blob: afa39c0e63bcdb1014296b35f64bdab5967e01d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[pytest]
DJANGO_SETTINGS_MODULE = awx.main.tests.settings_for_test
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:
fixture_args:
junit_family=xunit2
|