Add testr support

How to test:
testr init
testr run

Change-Id: I0bdef31e23593ca36fdefa4cdd8a7d5059fbcdc6
This commit is contained in:
Matthias Runge 2015-12-08 21:21:01 +01:00
parent 826c3ee39a
commit ab9e5d94af
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ AUTHORS
ChangeLog
tags
ghostdriver.log
.testrepository

4
.testr.conf Normal file
View 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