From 04052686af1f2c437095f5a2aa210256e126e0d9 Mon Sep 17 00:00:00 2001 From: iswarya_vakati Date: Mon, 13 Mar 2017 15:33:12 +0530 Subject: [PATCH] Pass located tests directory in oslo debug According to [1], we can passing a "-t" argument to oslo_debug_helper to indicate the directory where tests are located. This will solves ImportError exception. [1] https://docs.openstack.org/developer/oslotest/features.html Closes-Bug: #1666560 Change-Id: I18ea63e9303b2a69f69de3e42b52c8a9f25bf7a5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8277e9dd..e9d9b564 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' [testenv:debug] -commands = oslo_debug_helper {posargs} +commands = oslo_debug_helper -t keystonemiddleware/tests {posargs} [flake8] # D100: Missing docstring in public module