summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2017-01-30 15:36:14 +0100
committerRyan Petrello <rpetrell@redhat.com>2017-01-30 18:37:11 +0100
commit836ca21b7e0c830c422a2efb4c21e8fb89bd0b8f (patch)
tree5e653f26f22f8e84746decfdef6b46952f17b3b1 /tox.ini
parentdisplay read-only settings in the API settings endpoint (diff)
downloadawx-836ca21b7e0c830c422a2efb4c21e8fb89bd0b8f.tar.xz
awx-836ca21b7e0c830c422a2efb4c21e8fb89bd0b8f.zip
add unit tests for awx.conf
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 14726b2bd0..54effa178f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =