From ab9e5d94af2b15eef39f8f971a7a0c9778883a4b Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Tue, 8 Dec 2015 21:21:01 +0100 Subject: [PATCH] Add testr support How to test: testr init testr run Change-Id: I0bdef31e23593ca36fdefa4cdd8a7d5059fbcdc6 --- .gitignore | 1 + .testr.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .testr.conf diff --git a/.gitignore b/.gitignore index 1817d1b9a6..5ab2e48380 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ AUTHORS ChangeLog tags ghostdriver.log +.testrepository diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 0000000000..8bb24be364 --- /dev/null +++ b/.testr.conf @@ -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