diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-10-22 23:29:30 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-10-22 23:29:30 +0000 |
| commit | 7153ff41fbdbb6f4cb0c0e291c801669af66fcef (patch) | |
| tree | bb817dcc8461a3bd126595a1274f141d3bc8c9cd | |
| parent | b5bee429a4e57db7b3a2d1778c259c015f69e29c (diff) | |
| parent | e7bba3211a08a295a15997a552237b06e2238e3d (diff) | |
| download | python-openstackclient-7153ff41fbdbb6f4cb0c0e291c801669af66fcef.tar.gz | |
Merge "Include support for using oslo debugger in tests"
| -rw-r--r-- | test-requirements.txt | 1 | ||||
| -rw-r--r-- | tox.ini | 3 |
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 @@ -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 |
