Add testr support
How to test: testr init testr run Change-Id: I0bdef31e23593ca36fdefa4cdd8a7d5059fbcdc6
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -36,3 +36,4 @@ AUTHORS
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
tags
|
tags
|
||||||
ghostdriver.log
|
ghostdriver.log
|
||||||
|
.testrepository
|
||||||
|
4
.testr.conf
Normal file
4
.testr.conf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
test_command=./run_tests.sh -N --no-pep8 --with-xunit
|
||||||
|
test_id_option=--load-list $IDFILE
|
||||||
|
test_list_option=--list
|
Reference in New Issue
Block a user