mirror of
https://opendev.org/openstack/python-neutronclient.git
synced 2026-01-16 23:12:23 +00:00
Change default test path to unit tets, and support setting $OS_TEST_PATH to specify a different path (such as functional). Change-Id: Id58351f02e79b35990719ea1698a2fd2169a9cf6 Partial-Bug: #1429289
4 lines
233 B
Text
4 lines
233 B
Text
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./neutronclient/tests/unit} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|