From 5052ed33d072446dfbebdbc0b07b23a65c0d8233 Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Sun, 26 Feb 2017 20:32:21 +0800 Subject: [PATCH] Make test directory more specific Set test directory to `barbicanclient/tests` to be more specific Change-Id: I158720ee08317b4b84c81438eff675c4d5a7258c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 843a9f6a..d7b3e898 100644 --- a/tox.ini +++ b/tox.ini @@ -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}