Merge "Activate debugging in all unittests"

This commit is contained in:
Zuul 2022-03-22 05:22:44 +00:00 committed by Gerrit Code Review
commit c6abf6d7d0
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -b html doc/source doc/build/html
[testenv:debug]
commands = oslo_debug_helper -t translator/tests {posargs}
commands =
oslo_debug_helper -t translator/tests {posargs}
oslo_debug_helper -t translator/hot/tests {posargs}
oslo_debug_helper -t translator/hot/tosca/tests {posargs}
[testenv:py37-tp]
basepython = python37