Merge "Indicating the location tests directory in oslo_debug_helper"

This commit is contained in:
Jenkins 2017-03-10 15:52:11 +00:00 committed by Gerrit Code Review
commit 34dbce8109
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ commands = bandit -r designate -n5 -x tests -t \
B608,B506,B312,B310,B411,B109,B108,B103,B102,B309,B308,B302,B307,B306
[testenv:debug]
commands = oslo_debug_helper {posargs}
commands = oslo_debug_helper -t designate/tests {posargs}
[testenv:flake8]
deps = -r{toxinidir}/test-requirements.txt