summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-22 23:29:30 +0000
committerGerrit Code Review <review@openstack.org>2014-10-22 23:29:30 +0000
commit7153ff41fbdbb6f4cb0c0e291c801669af66fcef (patch)
treebb817dcc8461a3bd126595a1274f141d3bc8c9cd
parentb5bee429a4e57db7b3a2d1778c259c015f69e29c (diff)
parente7bba3211a08a295a15997a552237b06e2238e3d (diff)
downloadpython-openstackclient-7153ff41fbdbb6f4cb0c0e291c801669af66fcef.tar.gz
Merge "Include support for using oslo debugger in tests"
-rw-r--r--test-requirements.txt1
-rw-r--r--tox.ini3
2 files changed, 4 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 1bd4efb8..259ace26 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,6 +8,7 @@ discover
fixtures>=0.3.14
mock>=1.0
oslosphinx>=2.2.0 # Apache-2.0
+oslotest>=1.2.0 # Apache-2.0
requests-mock>=0.4.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
testrepository>=0.0.18
diff --git a/tox.ini b/tox.ini
index cac6f116..02dac23a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,6 +25,9 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'
+[testenv:debug]
+commands = oslo_debug_helper -t openstackclient/tests {posargs}
+
[tox:jenkins]
downloadcache = ~/cache/pip