Indicating the location tests directory in oslo_debug_helper

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

Change-Id: Iff8d4347b4d16a646fb89e38ba4eaeb950377053
Closes-Bug: #1666560
This commit is contained in:
Luong Anh Tuan 2017-03-09 23:48:04 +07:00
parent 856aa8e0fd
commit 5f122c0665
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
commands = python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}
commands = oslo_debug_helper -t tests {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.