mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
6eae492d28
updating test imports, again relocate base and make tests a module added pytest config for awx/lib/site-packages restrucuting more test imports more test refactoring refactoring commands tests
7 lines
172 B
INI
7 lines
172 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = awx.settings.development
|
|
python_paths = awx/lib/site-packages
|
|
site_dirs = awx/lib/site-packages
|
|
python_files = *.py
|
|
addopts = --create-db
|