
This commit fixes all the issues with the tox jobs. I initially wrote this project outside of the openstack infrastructure and played kinda hard and fast with anything from tox. To correct this I need to add sphinx docs, a pro forma test to (and the preresiquite testr boilerplate), and a bunch of random pep8 fixes. Change-Id: I9946fc7db5c030b5860f03b45471f70c1fc4efb1
9 lines
407 B
Plaintext
9 lines
407 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
|
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
|
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
|
|
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ./germqtt/tests $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|