Browse Source
It works better and pbr will at some point drop support for running tests via setup.py. Change-Id: I44250d8c65af932e035c7ab6fc08f1135a15ab93changes/06/655506/7
5 changed files with 16 additions and 12 deletions
@ -0,0 +1,3 @@
|
||||
[DEFAULT] |
||||
test_path=./reviewstats/tests |
||||
top_path=./ |
@ -1,7 +0,0 @@
|
||||
[DEFAULT] |
||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ |
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ |
||||
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ |
||||
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION |
||||
test_id_option=--load-list $IDFILE |
||||
test_list_option=--list |
Loading…
Reference in new issue