From 2d8caf8b3276e5810c600f7d150b0f07efafc52c Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 1 Oct 2015 11:11:46 +0300 Subject: [PATCH] Add debug environment to tox the debug environment is based on oslo_debug_helper and enables devs to use pdb for debugging the client. [1] [1] http://docs.openstack.org/developer/oslotest/features.html Change-Id: I4b15a4abd8b3391f1ec87f55194757e798b18ba8 --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 6189d4e5b..f21002523 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,12 @@ commands = coverage combine coverage report -m +[testenv:debug] +deps = + oslotest + {[testenv]deps} +commands = oslo_debug_helper -t tripleoclient/tests {posargs} + [testenv:docs] commands = python setup.py build_sphinx