mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
22 lines
682 B
INI
22 lines
682 B
INI
[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:
|
|
|
|
# https://docs.pytest.org/en/stable/usage.html#creating-junitxml-format-files
|
|
junit_duration_report = call
|
|
# xunit1 contains more metadata than xunit2 so it's better for CI UIs:
|
|
junit_family = xunit1
|
|
junit_logging = all
|
|
junit_log_passing_tests = true
|
|
junit_suite_name = awx_test_suite
|