summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Release 0.9.10testtools-0.9.10Jonathan Lange2011-04-111-4/+4
* Include the doc directory in sdist, making testtools installable from PyPI ag...Jonathan Lange2011-04-111-0/+3
* Merge testtools-0.9.9 release branchJonathan Lange2011-04-081-0/+15
|\
| * NEWS update for the release.testtools-0.9.9Jonathan Lange2011-04-081-2/+7
|/
* Fix AnnotatedMismatch to correctly return details.Jonathan Lange2011-04-021-0/+3
* Merge content convenience functions.Jonathan Lange2011-04-011-0/+4
|\
| * Remove the decorators, correctly credit lifeless in the news file.Jonathan Lange2011-04-011-1/+1
| * Merge jml's patch to tweak.Robert Collins2011-02-191-0/+4
| |\
| | * Move attachFile from TestCase to be a standalone function.Jonathan Lange2011-02-011-2/+2
| | * Merge trunk.Jonathan Lange2011-02-011-8/+35
| | |\
| | * | attachFile helper.Jonathan Lange2010-12-291-2/+3
| | * | Update NEWS and MANUAL.Jonathan Lange2010-12-291-2/+2
| | * | Make it a classmethod, and make text_content one too.Jonathan Lange2010-12-291-2/+2
| | * | Update NEWS.Jonathan Lange2010-12-291-0/+3
* | | | Merge Christian Kampka's patch to give us distutils test running support.Jonathan Lange2011-04-011-0/+2
|\ \ \ \
| * | | | NEWS update.:Jonathan Lange2011-04-011-0/+2
| |/ / /
* | | | Allow building snapshot when it's not a working tree.Jonathan Lange2011-03-221-0/+3
|/ / /
* | | Oops. "Kampka", not "Kampa"Jonathan Lange2011-02-131-1/+1
* | | NEWS updateJonathan Lange2011-02-131-0/+3
| |/ |/|
* | Add stuff about them in the manual.Jonathan Lange2011-01-221-15/+17
* | Merge trunkJonathan Lange2011-01-211-1/+46
|\ \
| * | NEWS for my changeJonathan Lange2011-01-201-0/+3
| * | NEWS, copyright bumps, docstringJonathan Lange2011-01-201-0/+3
| * | Use unittest2 exception classes if available.Jelmer Vernooij2011-01-111-0/+2
| |/
| * Make sure all matchers are in matchers __all__Jonathan Lange2010-12-291-0/+3
| * Vastly improved documentation.Jonathan Lange2010-12-231-0/+5
| * ChangesRobert Collins2010-12-201-0/+12
| * 0.9.8 was released.Robert Collins2010-12-181-0/+13
| |\
| | * Release 0.9.8.testtools-0.9.8Robert Collins2010-12-181-2/+12
| |/
| * Tests will now pass on Python 2.6.4 : an ``Exception`` change made only inRobert Collins2010-12-181-1/+5
* | Update NEWSJonathan Lange2011-01-211-2/+2
* | update NEWSMichael Hudson2010-12-131-8/+25
|/
* ``assertIsInstance`` supports a custom error message to be supplied, whichRobert Collins2010-12-131-0/+4
|\
* | ``MismatchesAll.describe`` no longer appends a trailing newline.Robert Collins2010-12-131-0/+3
|/
* Fix the regression caused when fixing bug 654474 by permitting decoratedRobert Collins2010-12-051-2/+10
* * ``testtools.run`` now supports ``--load-list``, which takes a file containingRobert Collins2010-11-301-0/+6
* * ``testtools.run`` now supports ``-l`` to list tests rather than executingRobert Collins2010-11-301-4/+9
* Fix up the rest of the unexpected success issues, changing wasSuccessfulJonathan Lange2010-11-291-1/+6
|\
| * NEWS updateJonathan Lange2010-11-291-0/+3
| * Update NEWSJonathan Lange2010-11-281-1/+3
* | Make RunTest responsible for running cleanups on tests.Jonathan Lange2010-11-291-0/+4
|\ \ | |/ |/|
| * Move responsibility for running cleanups to RunTest.Jonathan Lange2010-11-271-0/+4
* | EndsWith matcher.Jonathan Lange2010-11-271-0/+3
|/
* Add 'try_import' and 'try_imports'.Jonathan Lange2010-11-251-1/+4
|\
| * Document new helpers.Jonathan Lange2010-10-311-1/+4
* | Add 'raises'Jonathan Lange2010-11-111-3/+10
* | Add a Raises matcher.Robert Collins2010-11-111-2/+6
* | Add MatchesException matcher.Robert Collins2010-11-111-0/+3
|/
* Merge changes that make Twisted support much, much more robust, alongJonathan Lange2010-10-311-1/+6
* * ``testools.TestCase.useFixture`` has been added to glue with fixtures nicely.Robert Collins2010-10-271-0/+3
|\