Adding debugger in tox.ini

This PS will add debugger in tox.ini
So it will be easy to check the tests in debug mode
for failure and success too.

Change-Id: I604515a7a5fd369f15c215c75db4a0e91c93ca69
This commit is contained in:
Manik Bindlish 2018-11-30 10:22:30 +00:00
parent eac094a8cf
commit 8a7aaa5bcb
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ commands =
coverage xml -o cover/coverage.xml
coverage report
[testenv:debug]
basepython = python3
commands = oslo_debug_helper -t tempest/tests {posargs}
[testenv:all]
envdir = .tox/tempest
sitepackages = {[tempestenv]sitepackages}