mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
reworking test strucutre reworked pytest.ini, removed functional imports, updated req_dev remove unneeded __init__ files add testing checker to local_settings examples adding testing packages to system Python for docker
6 lines
138 B
INI
6 lines
138 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = awx.settings.development
|
|
python_paths = awx/lib/site-packages
|
|
python_files = *.py
|
|
addopts = --create-db
|