compass-core/.testr.conf
Jerry Xinyu Zhao edf7533b8c Add test environment configurations to support tox
Change-Id: I6c40cf28f9e860036c185a4e6faeb95018ae2fbe
2014-02-08 02:43:41 +00:00

5 lines
205 B
Plaintext

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