1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
awx/pytest.ini

11 lines
404 B
INI
Raw Normal View History

[pytest]
DJANGO_SETTINGS_MODULE = awx.settings.development
2016-05-12 16:20:45 +03:00
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
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