summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSushil Kumar <sushil.kumar3@hp.com>2015-06-08 07:13:36 +0000
committerSushil Kumar <sushil.kumar3@hp.com>2015-06-08 10:51:40 +0000
commit61a756a014eac7a9a479031d2d76187e668c158f (patch)
treee8b00496069013d90a402517b6ce70fb7457f1e0 /test-requirements.txt
parentad68fb2897f7fa376bfbcf04b2698a46f2186ac3 (diff)
downloadpython-troveclient-61a756a014eac7a9a479031d2d76187e668c158f.tar.gz
Added more unit-tests to improve code coverage
Following files were too low on code coverage, so the coverage has been enhanced with addition of more unit-tests. - troveclient/client.py - troveclient/v1/shell.py The methodology to test shell.py has been motivated from the one used by python-novaclient to test novaclient/v2/shell.py Also, found an unmocked entry in test_secgroups.py, which was causing intermittent failure while writing the tests for shell.py. Closes-Bug: #1455856 Change-Id: I6a148fb5caad6a83b6ac23411b6458f231064ead
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 d0ea1de..bd8308a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,6 +8,7 @@ oslosphinx>=2.5.0 # Apache-2.0
requests-mock>=0.6.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
testrepository>=0.0.18
+testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
mock>=1.0
httplib2>=0.7.5