7fb06e8317
Add requirements for coverage utility. It makes it possible to run `tox -e py27-cover` and 'cover' directory will generated with tests coverage report in HTML format. Change-Id: I38c4197246fab4d0b8ea9ba3c61cc10966a1fc9e
5 lines
244 B
Plaintext
5 lines
244 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./refstack -s ${SUBUNIT_TEST_PATH:-./refstack/tests/unit} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|