c34c371e96
tests/__init__.py implies a package in the global namespace. These tests are not global python tests, but rather tests for novaclient. Change-Id: Ifeb8082aa010d15dddc9ae02e35589bc78ad48cc
5 lines
236 B
Plaintext
5 lines
236 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} ${PYTHON:-python} -m subunit.run discover -t ./ ./ $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|