| Commit message (Expand) | Author | Age | Files | Lines |
| * | Release 0.9.10testtools-0.9.10 | Jonathan Lange | 2011-04-11 | 1 | -4/+4 |
| * | Include the doc directory in sdist, making testtools installable from PyPI ag... | Jonathan Lange | 2011-04-11 | 1 | -0/+3 |
| * | Merge testtools-0.9.9 release branch | Jonathan Lange | 2011-04-08 | 1 | -0/+15 |
| |\ |
|
| | * | NEWS update for the release.testtools-0.9.9 | Jonathan Lange | 2011-04-08 | 1 | -2/+7 |
| |/ |
|
| * | Fix AnnotatedMismatch to correctly return details. | Jonathan Lange | 2011-04-02 | 1 | -0/+3 |
| * | Merge content convenience functions. | Jonathan Lange | 2011-04-01 | 1 | -0/+4 |
| |\ |
|
| | * | Remove the decorators, correctly credit lifeless in the news file. | Jonathan Lange | 2011-04-01 | 1 | -1/+1 |
| | * | Merge jml's patch to tweak. | Robert Collins | 2011-02-19 | 1 | -0/+4 |
| | |\ |
|
| | | * | Move attachFile from TestCase to be a standalone function. | Jonathan Lange | 2011-02-01 | 1 | -2/+2 |
| | | * | Merge trunk. | Jonathan Lange | 2011-02-01 | 1 | -8/+35 |
| | | |\ |
|
| | | * | | attachFile helper. | Jonathan Lange | 2010-12-29 | 1 | -2/+3 |
| | | * | | Update NEWS and MANUAL. | Jonathan Lange | 2010-12-29 | 1 | -2/+2 |
| | | * | | Make it a classmethod, and make text_content one too. | Jonathan Lange | 2010-12-29 | 1 | -2/+2 |
| | | * | | Update NEWS. | Jonathan Lange | 2010-12-29 | 1 | -0/+3 |
| * | | | | Merge Christian Kampka's patch to give us distutils test running support. | Jonathan Lange | 2011-04-01 | 1 | -0/+2 |
| |\ \ \ \ |
|
| | * | | | | NEWS update.: | Jonathan Lange | 2011-04-01 | 1 | -0/+2 |
| | |/ / / |
|
| * | | | | Allow building snapshot when it's not a working tree. | Jonathan Lange | 2011-03-22 | 1 | -0/+3 |
| |/ / / |
|
| * | | | Oops. "Kampka", not "Kampa" | Jonathan Lange | 2011-02-13 | 1 | -1/+1 |
| * | | | NEWS update | Jonathan Lange | 2011-02-13 | 1 | -0/+3 |
| | |/
|/| |
|
| * | | Add stuff about them in the manual. | Jonathan Lange | 2011-01-22 | 1 | -15/+17 |
| * | | Merge trunk | Jonathan Lange | 2011-01-21 | 1 | -1/+46 |
| |\ \ |
|
| | * | | NEWS for my change | Jonathan Lange | 2011-01-20 | 1 | -0/+3 |
| | * | | NEWS, copyright bumps, docstring | Jonathan Lange | 2011-01-20 | 1 | -0/+3 |
| | * | | Use unittest2 exception classes if available. | Jelmer Vernooij | 2011-01-11 | 1 | -0/+2 |
| | |/ |
|
| | * | Make sure all matchers are in matchers __all__ | Jonathan Lange | 2010-12-29 | 1 | -0/+3 |
| | * | Vastly improved documentation. | Jonathan Lange | 2010-12-23 | 1 | -0/+5 |
| | * | Changes | Robert Collins | 2010-12-20 | 1 | -0/+12 |
| | * | 0.9.8 was released. | Robert Collins | 2010-12-18 | 1 | -0/+13 |
| | |\ |
|
| | | * | Release 0.9.8.testtools-0.9.8 | Robert Collins | 2010-12-18 | 1 | -2/+12 |
| | |/ |
|
| | * | Tests will now pass on Python 2.6.4 : an ``Exception`` change made only in | Robert Collins | 2010-12-18 | 1 | -1/+5 |
| * | | Update NEWS | Jonathan Lange | 2011-01-21 | 1 | -2/+2 |
| * | | update NEWS | Michael Hudson | 2010-12-13 | 1 | -8/+25 |
| |/ |
|
| * | ``assertIsInstance`` supports a custom error message to be supplied, which | Robert Collins | 2010-12-13 | 1 | -0/+4 |
| |\ |
|
| * | | ``MismatchesAll.describe`` no longer appends a trailing newline. | Robert Collins | 2010-12-13 | 1 | -0/+3 |
| |/ |
|
| * | Fix the regression caused when fixing bug 654474 by permitting decorated | Robert Collins | 2010-12-05 | 1 | -2/+10 |
| * | * ``testtools.run`` now supports ``--load-list``, which takes a file containing | Robert Collins | 2010-11-30 | 1 | -0/+6 |
| * | * ``testtools.run`` now supports ``-l`` to list tests rather than executing | Robert Collins | 2010-11-30 | 1 | -4/+9 |
| * | Fix up the rest of the unexpected success issues, changing wasSuccessful | Jonathan Lange | 2010-11-29 | 1 | -1/+6 |
| |\ |
|
| | * | NEWS update | Jonathan Lange | 2010-11-29 | 1 | -0/+3 |
| | * | Update NEWS | Jonathan Lange | 2010-11-28 | 1 | -1/+3 |
| * | | Make RunTest responsible for running cleanups on tests. | Jonathan Lange | 2010-11-29 | 1 | -0/+4 |
| |\ \
| |/
|/| |
|
| | * | Move responsibility for running cleanups to RunTest. | Jonathan Lange | 2010-11-27 | 1 | -0/+4 |
| * | | EndsWith matcher. | Jonathan Lange | 2010-11-27 | 1 | -0/+3 |
| |/ |
|
| * | Add 'try_import' and 'try_imports'. | Jonathan Lange | 2010-11-25 | 1 | -1/+4 |
| |\ |
|
| | * | Document new helpers. | Jonathan Lange | 2010-10-31 | 1 | -1/+4 |
| * | | Add 'raises' | Jonathan Lange | 2010-11-11 | 1 | -3/+10 |
| * | | Add a Raises matcher. | Robert Collins | 2010-11-11 | 1 | -2/+6 |
| * | | Add MatchesException matcher. | Robert Collins | 2010-11-11 | 1 | -0/+3 |
| |/ |
|
| * | Merge changes that make Twisted support much, much more robust, along | Jonathan Lange | 2010-10-31 | 1 | -1/+6 |
| * | * ``testools.TestCase.useFixture`` has been added to glue with fixtures nicely. | Robert Collins | 2010-10-27 | 1 | -0/+3 |
| |\ |
|