According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. This patch also moves "commands" and "setenv" from [testenv:pyNN] sections to [testenv]. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Ic9c99015516c31cbda2a626f8df4ff2f8dc3d852changes/21/581221/3
parent
bceaa10435
commit
2c8cd7b651
@ -0,0 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=./freezerclient/tests/unit
|
||||
top_dir=./
|
||||
|
@ -1,9 +0,0 @@
|
||||
[DEFAULT]
|
||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
||||
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
|
||||
${PYTHON:-python} -m subunit.run discover -s ${OS_TEST_PATH:-./freezerclient/tests/unit} -t . $LISTOPT $IDOPTION
|
||||
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
group_regex=([^\.]+\.)+
|
Loading…
Reference in new issue