deb-python-proliantutils/.testr.conf
Ramakrishnan G f1cf46f1a8 Add tox for proliantutils module
This commit adds tox support for proliantutils
module.
2015-02-03 03:14:24 -08:00

5 lines
289 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ${TESTS_DIR:-./proliantutils/tests/} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list