summaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorWayne Witzel III <wwitzel@redhat.com>2016-01-28 16:58:44 +0100
committerWayne Witzel III <wwitzel@redhat.com>2016-02-02 00:37:56 +0100
commit6eae492d28a06d518113367d56821614bc0e51fe (patch)
treeaef6c546613fbd55d55919675aa6c02876399ecc /pytest.ini
parentadded pytest to requirements_dev (diff)
downloadawx-6eae492d28a06d518113367d56821614bc0e51fe.tar.xz
awx-6eae492d28a06d518113367d56821614bc0e51fe.zip
updating commands tests
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
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 751ebbb85f..a679c1bdc4 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,6 @@
[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