Replace testr with stestr
Switch to use stestr which is maintained as opposed to testrepository (testr) which became a defunct project. Change-Id: If53c985b6cf3b4122596f09ec4d0ec4a186688b8changes/24/558924/3
parent
c902397b29
commit
9f143f1241
@ -0,0 +1,3 @@
|
||||
[DEFAULT]
|
||||
test_path=tests
|
||||
top_dir=./
|
@ -1,4 +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 -t ./ tests $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
Loading…
Reference in New Issue