1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
awx/pytest.ini

11 lines
355 B
INI
Raw Normal View History

[pytest]
DJANGO_SETTINGS_MODULE = awx.settings.development
python_paths = awx/lib/site-packages
site_dirs = awx/lib/site-packages
python_files = *.py
2016-02-06 05:40:01 +03:00
addopts = --reuse-db
markers =
ac: access control test
license_feature: ensure license features are accessible or not depending on license
2016-03-09 20:00:53 +03:00
mongo_db: drop mongodb test database before test runs