diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-10-21 18:00:13 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-10-22 14:29:36 -0400 |
| commit | e7bba3211a08a295a15997a552237b06e2238e3d (patch) | |
| tree | 6799e3b56b4420a9584b0ccf286b64cda893f3d2 /tox.ini | |
| parent | 5b7d3ba9dc629b7b37d211d7544558092c2181ac (diff) | |
| download | python-openstackclient-e7bba3211a08a295a15997a552237b06e2238e3d.tar.gz | |
Include support for using oslo debugger in tests
Simply run `tox -e debug <test_name>` to get an interactive
debugging prompt
Change-Id: I09e5b844a33c2f0fd4230f01fbc6c0aa8d752545
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
