508b7b67e2
Moved tests/extensions to tests/unit/extensions, otherwise they wouldn't have run. Renamed the files in tests/unit/extensions to be prefixed with 'test_', to match the rest of the test files. Did a general clean up of tox.ini so we have standard whitespace. Change-Id: I5615bfbf2d6ff4a4bc3e66e71c2472b0d1e3a2d7
5 lines
255 B
Plaintext
5 lines
255 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./ironic_python_agent/tests} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|