mirror of
https://opendev.org/x/pyghmi
synced 2025-01-13 19:27:48 +00:00
08d2e54d68
Rearranged Sphinx. Put project under PBR control. Added tox file. Added .testr.conf file in anticipation of testr testing. Change-Id: I55180a6a3d224816c82999bf66156c7874786b17
9 lines
320 B
Plaintext
9 lines
320 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:-60} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|