Merge lp:~jelmer/txaws/testr into lp:txaws

Proposed by Jelmer Vernooij
Status: Superseded
Proposed branch: lp:~jelmer/txaws/testr
Merge into: lp:txaws
Diff against target: 15 lines (+5/-0)
2 files modified
.bzrignore (+1/-0)
.testr.conf (+4/-0)
To merge this branch: bzr merge lp:~jelmer/txaws/testr
Reviewer Review Type Date Requested Status
txAWS Committers Pending
Review via email: mp+89057@code.launchpad.net

This proposal has been superseded by a proposal from 2012-01-18.

Description of the change

Add configuration for testrepository (http://launchpad.net/testrepository).

To post a comment you must log in.
lp:~jelmer/txaws/testr updated
110. By Jelmer Vernooij

Tests aren't just under txaws/tests/.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2009-04-26 08:32:36 +0000
3+++ .bzrignore 2012-01-18 15:42:23 +0000
4@@ -1,1 +1,2 @@
5 _trial_temp*
6+.testrepository
7
8=== added file '.testr.conf'
9--- .testr.conf 1970-01-01 00:00:00 +0000
10+++ .testr.conf 2012-01-18 15:42:23 +0000
11@@ -0,0 +1,4 @@
12+[DEFAULT]
13+test_command=PYTHONPATH=. python -m subunit.run $IDOPTION $LISTOPT discover txaws
14+test_id_option=--load-list $IDFILE
15+test_list_option=--list

Subscribers

People subscribed via source and target branches