5de3ee9f23
Following commits migrates running monasca-notification tests from nosetest to ostestr, similar to other openstack projects. Additionally, it enables calculating coverage and py35 tests. Extra: * added debug environment with oslo_debug_helper Change-Id: I555176b7f2ed54c3222312da341d433f429c5c6a
9 lines
387 B
Plaintext
9 lines
387 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:-160} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ $OS_TEST_PATH $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|
|
group_regex=monasca_notification\.tests(?:\.|_)([^_]+) |