launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #05869
[Merge] lp:~lifeless/python-oops-amqp/testr into lp:python-oops-amqp
Robert Collins has proposed merging lp:~lifeless/python-oops-amqp/testr into lp:python-oops-amqp.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~lifeless/python-oops-amqp/testr/+merge/84921
Add .testr.conf for easy testing.
--
https://code.launchpad.net/~lifeless/python-oops-amqp/testr/+merge/84921
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~lifeless/python-oops-amqp/testr into lp:python-oops-amqp.
=== modified file '.bzrignore'
--- .bzrignore 2011-10-10 21:49:50 +0000
+++ .bzrignore 2011-12-08 10:55:32 +0000
@@ -8,3 +8,4 @@
./download-cache
./dist
./MANIFEST
+./.testrepository
=== added file '.testr.conf'
--- .testr.conf 1970-01-01 00:00:00 +0000
+++ .testr.conf 2011-12-08 10:55:32 +0000
@@ -0,0 +1,4 @@
+[DEFAULT]
+test_command=PYTHONPATH=. bin/py -m subunit.run $LISTOPT $IDOPTION oops_amqp.tests.test_suite
+test_id_option=--load-list $IDFILE
+test_list_option=--list
=== modified file 'NEWS'
--- NEWS 2011-12-08 09:29:35 +0000
+++ NEWS 2011-12-08 10:55:32 +0000
@@ -6,6 +6,8 @@
NEXT
----
+* Add a .testr.conf for running tests (Robert Collins)
+
* Relicense under LGPL-3. (Robert Collins)
0.0.4
=== modified file 'README'
--- README 2011-12-08 09:29:35 +0000
+++ README 2011-12-08 10:55:32 +0000
@@ -132,3 +132,7 @@
For instance::
$ bin/py -m testtools.run oops_amqp.tests.test_suite
+
+If you have testrepository you can run the tests with that::
+
+ $ testr run
Follow ups