diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2017-01-30 15:36:14 +0100 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2017-01-30 18:37:11 +0100 |
commit | 836ca21b7e0c830c422a2efb4c21e8fb89bd0b8f (patch) | |
tree | 5e653f26f22f8e84746decfdef6b46952f17b3b1 /tox.ini | |
parent | display read-only settings in the API settings endpoint (diff) | |
download | awx-836ca21b7e0c830c422a2efb4c21e8fb89bd0b8f.tar.xz awx-836ca21b7e0c830c422a2efb4c21e8fb89bd0b8f.zip |
add unit tests for awx.conf
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |