Testrepository hosts its code at https://github.com/testing-cabal/testrepository.git.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:testrepository

There are download files available for Testrepository.

Testrepository has 3 active reviews. See all merge proposals.

Testrepository has 19 active branches owned by 10 people and 4 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:testrepository
Series: trunk
1 Development 2018-03-30 18:32:43 UTC
269. Enable automated testing with Python 3.5

Author: Felix Yan
Revision Date: 2018-03-30 18:32:43 UTC

Enable automated testing with Python 3.5

lp:~msabramo/testrepository/add_logging (Has a merge proposal) 1 Development 2014-04-20 06:25:22 UTC
241. testrepository/setuptools_command.py:...

Author: Marc Abramowitz
Revision Date: 2014-04-20 06:24:23 UTC

testrepository/setuptools_command.py: Add logging

to aid in debugging and testing.

lp:~chmouel/testrepository/coverage-package-name bug(Has a merge proposal) 1 Development 2014-03-28 09:34:14 UTC
241. Add coverage package name Allow to s...

Author: Chmouel Boudjnah
Revision Date: 2014-03-28 09:29:48 UTC

Add coverage package name

Allow to specify a different package name than the one from the setp.cfg
project.

Fixes bug #1298398

lp:~testrepository/testrepository/trunk bug 1 Development 2014-03-02 21:54:38 UTC
240. Improve error rendering of listing is...

Author: Robert Collins
Revision Date: 2014-03-02 21:54:38 UTC

Improve error rendering of listing issues.

Errors are now shown as a stream to the user, and the
exception just contains the process exit code.

lp:~alexei-kornienko/testrepository/bug-1271133 (Has a merge proposal) 1 Development 2014-02-10 17:04:16 UTC
238. Added stderr processing for testcomma...

Author: Alexei Kornienko
Revision Date: 2014-02-10 17:02:27 UTC

Added stderr processing for testcommand.

Unescaped newline in cli output

Partial-Fix for https://bugs.launchpad.net/testrepository/+bug/1271133

lp:~mordred/testrepository/quiet-list-tests (Has a merge proposal) 1 Development 2013-07-17 01:07:53 UTC
232. Suppress command listing with -q on l...

Author: Monty Taylor
Revision Date: 2013-07-17 01:07:19 UTC

Suppress command listing with -q on list-tests.

lp:~dylanmccall/testrepository/performance-testing-hacks 1 Development 2013-04-22 00:04:36 UTC
213. Smoother plots.

Author: Dylan McCall
Revision Date: 2013-04-22 00:04:36 UTC

Smoother plots.

lp:~yellow/testrepository/on_filter (Has a merge proposal) 1 Development 2012-04-28 01:51:04 UTC
149. simplify TestResultFilter to take adv...

Author: Gary Poster
Revision Date: 2012-04-28 01:50:09 UTC

simplify TestResultFilter to take advantage of changes in lp:~yellow/subunit/on_filter; this also prepares the way for lp:~jml/subunit/filter-tags

lp:~yellow/testrepository/bug988481 bug(Has a merge proposal) 1 Development 2012-04-26 13:58:23 UTC
149. remove functionality that has been mo...

Author: Gary Poster
Revision Date: 2012-04-26 13:57:11 UTC

remove functionality that has been moved into subunit

lp:~yellow/testrepository/latest 1 Development 2012-04-25 20:50:20 UTC
152. remove functionality that has been mo...

Author: Benji York
Revision Date: 2012-04-25 20:50:20 UTC

remove functionality that has been moved into subunit

lp:~benji/testrepository/worker-ids-2 1 Development 2012-04-19 15:04:53 UTC
153. remove unneeded import

Author: Benji York
Revision Date: 2012-04-19 15:04:53 UTC

remove unneeded import

lp:~yellow/testrepository/integrate_worker_tagging 1 Development 2012-04-16 18:47:18 UTC
147. Integrate testtools changes to tag ea...

Author: Gary Poster
Revision Date: 2012-04-16 18:42:54 UTC

Integrate testtools changes to tag each test with a marker that associates it with other tests run in the same group/thread.

lp:~benji/testrepository/buildoutified 1 Development 2012-04-09 17:58:42 UTC
147. add a buildout config so building a d...

Author: Benji York
Revision Date: 2012-04-09 17:46:28 UTC

add a buildout config so building a dev environment is easy

lp:~launchpad/testrepository/packaging 1 Development 2012-03-20 14:52:41 UTC
2. Added PKG-INFO file to get version fr...

Author: Francesco Banconi
Revision Date: 2012-03-20 14:52:41 UTC

Added PKG-INFO file to get version from there and avoid bzrlib import errors.

lp:~yellow/testrepository/bug-914166 1 Development 2012-01-11 10:03:13 UTC
146. Added tests for not present tags.

Author: Francesco Banconi
Revision Date: 2012-01-11 10:03:13 UTC

Added tests for not present tags.

lp:~abentley/testrepository/num-parallel 1 Development 2011-09-08 16:07:26 UTC
139. Specify concurrency number at command...

Author: Aaron Bentley
Revision Date: 2011-09-08 16:04:33 UTC

Specify concurrency number at commandline.

lp:~lifeless/testrepository/bug-775214 bug 1 Development 2011-05-01 23:28:17 UTC
137. * Python2.7 changed the interface for...

Author: Robert Collins
Revision Date: 2011-05-01 23:27:16 UTC

* Python2.7 changed the interface for DBM.update, this has been worked around.
  (Robert Collins, #775214)

lp:~james-w/testrepository/run-specify-ids bug(Has a merge proposal) 1 Development 2010-06-22 13:09:19 UTC
93. Add a NEWS entry.

Author: James Westby
Revision Date: 2010-06-22 13:07:40 UTC

Add a NEWS entry.

lp:~jameinel/testrepository/load-progress (Has a merge proposal) 1 Development 2010-01-19 17:15:16 UTC
78. Implement a crude --progress for 'tes...

Author: John A Meinel
Revision Date: 2010-01-19 17:14:18 UTC

Implement a crude --progress for 'testr load'.

We already had a few result classes, this just adds one.
Also, it is a bit unfortunate that inserter.stopTestRun() has
a return value, as none of the other result classes do, and
MultiTestResult certainly doesn't return it.

I don't really understand why Robert called one startTestRun
and stopTestRun but didn't call all of them.

119 of 19 results
You can't create new branches for Testrepository.