Make test directory more specific

Set test directory to `barbicanclient/tests` to be more specific

Change-Id: I158720ee08317b4b84c81438eff675c4d5a7258c
This commit is contained in:
Jeremy Liu
2017-02-26 20:32:21 +08:00
parent d0b20870ef
commit 5052ed33d0

View File

@@ -16,7 +16,7 @@ commands =
coverage report -m
[testenv:debug]
commands = oslo_debug_helper -t barbicanclient {posargs}
commands = oslo_debug_helper -t barbicanclient/tests {posargs}
[testenv:pep8]
commands = {toxinidir}/tools/hacking.sh {posargs}