testtools hosts its code at https://github.com/testing-cabal/testtools.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:testtools

There are download files available for testtools.

testtools has 5 active reviews. See all merge proposals.

testtools has 23 active branches owned by 12 people and 7 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:testtools
Series: trunk
1 Development 2018-06-04 20:35:33 UTC
553. Merge pull request #271 from hroncok/...

Author: Jelmer Vernooij
Revision Date: 2018-06-04 20:35:33 UTC

Merge pull request #271 from hroncok/py37

Fix the tests on Python 3.7

lp:~canonical-livepatch-dependencies/testtools/debian-package-2.2.0 1 Development 2016-07-07 09:06:08 UTC
16. New upstream release

Author: Free Ekanayaka
Revision Date: 2016-07-07 09:05:53 UTC

New upstream release

lp:~canonical-livepatch-dependencies/testtools/debian-package 1 Development 2016-07-07 06:49:52 UTC
15. release 0.9.39-1 to unstable

Author: mpitt
Revision Date: 2014-08-29 08:41:33 UTC

release 0.9.39-1 to unstable

lp:~thomir-deactivatedaccount/testtools/add-nonfatal-assertions 1 Development 2013-10-16 23:07:52 UTC
373. Hacking, looking for advice.

Author: Thomi Richards
Revision Date: 2013-10-16 23:07:11 UTC

Hacking, looking for advice.

lp:~javier.collado/testtools/isdivisible-typos (Has a merge proposal) 1 Development 2013-06-13 12:31:16 UTC
366. Fixed a few typos in the documentation

Author: Javier Collado
Revision Date: 2013-06-13 12:30:49 UTC

Fixed a few typos in the documentation

lp:~mordred/testtools/add-file-to-upcall-errors (Has a merge proposal) 1 Development 2013-02-07 09:30:33 UTC
315. Report filenames in upcall errors. M...

Author: Monty Taylor
Revision Date: 2013-02-07 09:28:25 UTC

Report filenames in upcall errors.

Match other errors, which report filenames due to having exceptions
associated with them. Since these errors don't stem from exceptions,
it's harder to directly follow where the problem came from.

lp:~testtools-committers/testtools/trunk bug 2 Mature 2013-01-24 08:51:00 UTC
314. Opening 0.9.28 for development.

Author: Robert Collins
Revision Date: 2013-01-24 08:51:00 UTC

Opening 0.9.28 for development.

lp:~mordred/testtools/passthrough-decorated-testresult 1 Development 2012-10-30 07:12:21 UTC
293. Pass through attributes of decorated ...

Author: Monty Taylor
Revision Date: 2012-10-30 07:11:10 UTC

Pass through attributes of decorated TestResult so as not to bork silly
test runners such as nose.

lp:~jseutter/testtools/py3_again (Has a merge proposal) 1 Development 2012-05-18 05:45:27 UTC
262. Merging in Barry's fixes to setup.py ...

Author: Jerry Seutter
Revision Date: 2012-05-18 05:45:27 UTC

Merging in Barry's fixes to setup.py and _compat2x.py.

lp:~barry/testtools/py3 1 Development 2012-05-16 18:01:33 UTC
262. - Revert the _compat2x.py change. -...

Author: Barry Warsaw
Revision Date: 2012-05-16 18:00:54 UTC

 - Revert the _compat2x.py change.
 - Workaround for bzrlib not being available.

lp:~jseutter/testtools/py3 (Has a merge proposal) 1 Development 2012-05-11 18:58:45 UTC
264. Adding back in python 2 support.

Author: Jerry Seutter
Revision Date: 2012-05-11 18:58:45 UTC

Adding back in python 2 support.

lp:~yellow/testtools/latest 1 Development 2012-04-23 18:11:42 UTC
268. make code Python 3 compatible

Author: Benji York
Revision Date: 2012-04-23 18:11:42 UTC

make code Python 3 compatible

lp:~benji/testtools/modernize-tsfr (Has a merge proposal) 1 Development 2012-04-12 14:48:01 UTC
270. tweak comment

Author: Benji York
Revision Date: 2012-04-12 14:47:23 UTC

tweak comment

lp:~vcs-imports/testtools/unstable bug 1 Development 2012-04-03 10:33:20 UTC
37. releasing version 0.9.14-2

Author: Jelmer Vernooij
Revision Date: 2012-03-13 12:14:12 UTC

releasing version 0.9.14-2

lp:~zyga/testtools/use-versiontools (Has a merge proposal) 1 Development 2012-02-13 18:42:06 UTC
246. Use versiontools instead of hand-made...

Author: Zygmunt Krynicki
Revision Date: 2012-02-13 18:34:50 UTC

Use versiontools instead of hand-made solution.

Versiontools (http://versiontools.rtfd.org) is centralized system that handles
formatting __version__ appropriately, according to PEP386. Versiontools
includes support for interrogating the version control system, such as bzr, git
or mercurial to retrieve the revision or other commit identifier and append
that to the version string in certain situations.

The biggest advantage is that this patch makes testtools work on python3.
Currently versiontools requires bzrlib to be importable to work, so without bzr
available inside your virtualenv (or system installation) you will not get
proper versioning of individual development snapshots (they will be just
labeled 1.2.3.dev instead of 1.2.3.dev{revno}). This requirement will go away
in versiontools 1.10 with shell fall-back as bzr is not coming to python3
anytime soon. This patch also requires setuptools to work properly (as
versiontools depends on setup_requires). This requirement will also go away in
versiontools 1.9, or as soon as
https://code.launchpad.net/~zkrynicki/versiontools/1.9/+merge/91568 lands in
trunk.

lp:~gz/testtools/testcase_regexp_methods 1 Development 2012-01-17 11:07:49 UTC
240. Add new in Python 2.7 TestCase method...

Author: Martin Packman
Revision Date: 2012-01-17 11:07:49 UTC

Add new in Python 2.7 TestCase methods assertRegexpMatches and assertNotRegexpMatches

lp:~testtools-dev/testtools/trunk bug 1 Development 2012-01-10 18:00:59 UTC
239. ``ThreadsafeForwardingResult`` no lon...

Author: Robert Collins
Revision Date: 2012-01-10 17:59:27 UTC

``ThreadsafeForwardingResult`` no longer includes semaphore acquisition time
in the test duration (for implicitly timed test runs).
(Robert Collins, #914362)

lp:~kampka/testtools/test-to-fixture (Has a merge proposal) 1 Development 2011-06-17 16:19:42 UTC
193. * attach test to fixture before runni...

Author: Christian Kampka
Revision Date: 2011-06-17 16:18:46 UTC

* attach test to fixture before running setUp

lp:~launchpad/testtools/launchpad-ppa-hardy 1 Development 2010-03-19 12:14:53 UTC
6. Build for Launchpad PPA.

Author: Jelmer Vernooij
Revision Date: 2010-03-19 11:25:43 UTC

Build for Launchpad PPA.

lp:~testtools-dev/testtools/0.9 2 Mature 2009-12-15 22:31:49 UTC
50. Rephrase.

Author: Jonathan Lange
Revision Date: 2009-12-15 22:31:49 UTC

Rephrase.

lp:~launchpad-pqm/testtools/trunk 1 Development 2009-05-06 09:24:18 UTC
14. [rs=jml][ui=none] Upgrade testtools t...

Author: Launchpad PQM Bot
Revision Date: 2009-05-06 09:24:18 UTC

[rs=jml][ui=none] Upgrade testtools to latest release.

lp:~statik/testtools/packaging (Has a merge proposal) 1 Development 2009-04-16 18:53:22 UTC
17. Fixed typo.

Author: Elliot Murphy
Revision Date: 2009-04-16 18:53:22 UTC

Fixed typo.

lp:~spiv/testtools/test-parameterisation 1 Development 2008-09-15 13:08:46 UTC
11. First draft of multiply_test_suite_by...

Author: Andrew Bennetts
Revision Date: 2008-09-15 12:59:02 UTC

First draft of multiply_test_suite_by_scenarios

123 of 23 results
You can't create new branches for testtools.