summaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorWayne Witzel III <wwitzel@redhat.com>2016-01-27 19:42:58 +0100
committerWayne Witzel III <wwitzel@redhat.com>2016-02-02 00:37:56 +0100
commit3d4580611eedec18fa9928732dea44f77e1d6d57 (patch)
treead470126309ff45baca11b9f37234a2f01f2577f /pytest.ini
parentreorganzing tests folder (diff)
downloadawx-3d4580611eedec18fa9928732dea44f77e1d6d57.tar.xz
awx-3d4580611eedec18fa9928732dea44f77e1d6d57.zip
added pytest to requirements_dev
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
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000000..751ebbb85f
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,5 @@
+[pytest]
+DJANGO_SETTINGS_MODULE = awx.settings.development
+python_paths = awx/lib/site-packages
+python_files = *.py
+addopts = --create-db