diff options
author | Wayne Witzel III <wwitzel@redhat.com> | 2016-01-28 16:58:44 +0100 |
---|---|---|
committer | Wayne Witzel III <wwitzel@redhat.com> | 2016-02-02 00:37:56 +0100 |
commit | 6eae492d28a06d518113367d56821614bc0e51fe (patch) | |
tree | aef6c546613fbd55d55919675aa6c02876399ecc /pytest.ini | |
parent | added pytest to requirements_dev (diff) | |
download | awx-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.ini | 1 |
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 |