summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorting.wang <ting.wang@easystack.cn>2016-01-15 16:50:44 +0800
committerting.wang <ting.wang@easystack.cn>2016-02-16 22:25:21 +0800
commit24121951e550aaf1bf34be7223a871dfa591cced (patch)
tree4ce8de13108041fa52735bd55e4b6db0e157ee93 /test-requirements.txt
parent421476157dca5d154c354fb8d00c375a02e2b0d6 (diff)
downloadpython-saharaclient-24121951e550aaf1bf34be7223a871dfa591cced.tar.gz
Add debug testenv in tox
Once we add debug testenv, we can use "tox -e debug" to debug unit test cases when tox is running. usage: 1. insert pdb into the code. 2. run 'tox -edebug' Change-Id: I05a3363ebb20587cbe23395654170db5110cae5d
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 134684b..c7bd301 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,6 +9,7 @@ discover # BSD
mock>=1.2 # BSD
oslo.config>=3.4.0 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
python-neutronclient>=2.6.0 # Apache-2.0
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
python-swiftclient>=2.2.0 # Apache-2.0