add unit tests for awx.conf

This commit is contained in:
Ryan Petrello
2017-01-30 09:36:14 -05:00
parent 4fcc74012d
commit 836ca21b7e
7 changed files with 618 additions and 39 deletions

View File

@@ -48,7 +48,7 @@ commands =
python setup.py develop
# coverage run --help
# coverage run -p --source awx/main/tests -m pytest {posargs}
py.test awx/main/tests {posargs:-k 'not old'}
py.test awx/main/tests awx/conf/tests {posargs:-k 'not old'}
[testenv:ui]
deps =