Add testr support
How to test: testr init testr run Change-Id: I0bdef31e23593ca36fdefa4cdd8a7d5059fbcdc6
This commit is contained in:
parent
826c3ee39a
commit
ab9e5d94af
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ AUTHORS
|
||||
ChangeLog
|
||||
tags
|
||||
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
|
Loading…
Reference in New Issue
Block a user