summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.9.30.testtools-0.9.30Robert Collins2013-04-082-2/+5
* Make epytext documentation workJonathan Lange2013-04-041-39/+40
* Fix doc builds.Robert Collins2013-04-041-1/+1
* DecorateTestCaseResult was missing some used attributes in its exclusion ofRobert Collins2013-04-041-2/+2
* ExtendedToStreamDecorator wasn't using kwargs consistently.Robert Collins2013-04-041-3/+3
* Allow customisation of testtools.run --list-tests behaviour.Robert Collins2013-04-034-16/+62
* Add a StreamResult Router.Robert Collins2013-04-036-0/+306
* Merge pull request #34 from djipko/fix_assertraises_metaclassesJonathan Lange2013-03-264-1/+19
|\
| * Fix assertRaises when the exception has a metaclassNikola Dipanov2013-03-264-1/+19
|/
* Add a StreamResult safe for use in threaded/concurrent code.Robert Collins2013-03-208-8/+354
* Add a timestamping StreamResult.Robert Collins2013-03-186-0/+67
* Fixed SyntaxError when installing via Python 3wbond2013-03-183-1/+14
* Add StreamTagger, for tagging StreamResult events.Robert Collins2013-03-166-0/+89
* Add an adapter to adapt StreamResult event streams into ExtendedTestResult.Robert Collins2013-03-166-1/+74
* Add an adapter to convert ExtendedTestResult to StreamResult.Robert Collins2013-03-156-1/+221
* Add a dedicated interface for controlling an in-progress TestRun.Robert Collins2013-03-146-1/+117
* Add StreamSummary to generate summary statistics and capture failures.Robert Collins2013-03-125-0/+268
* Provide a loosely typed buffer layer for simple processing of completed tests.Robert Collins2013-03-128-2/+223
* Adds a CopyStreamResult which copies StreamResult events to multiple outputs.Robert Collins2013-03-095-0/+78
* Adds a recording StreamResult for writing tests with.Robert Collins2013-03-083-0/+70
* This defines a new sort of TestResult, StreamResult.Robert Collins2013-03-076-3/+258
* Add a helper for decorating the result object given toRobert Collins2013-03-075-0/+159
* Add support for timestamp events to Placeholder objects.Robert Collins2013-03-073-1/+26
* Placeholder couldn't hold tags, which limits its use.Robert Collins2013-03-073-6/+33
* The error message for setUp and tearDown upcall errors was broken onRobert Collins2013-03-053-4/+18
* The ContentType repr() incorrectly used , instead of ;.Robert Collins2013-03-013-2/+8
* Add NEWS entry for pypy fix.Robert Collins2013-03-011-0/+4
* Make test pass with PyPyJonathan Lange2013-02-221-1/+7
* Handle broken test run() methods in ConcurrentTestSuite.Robert Collins2013-02-213-3/+37
* Ignore .testrepository more effectively.Jonathan Lange2013-02-071-1/+1
* Opening 0.9.30 for development.Jonathan Lange2013-02-072-1/+4
* Release 0.9.29testtools-0.9.29Jonathan Lange2013-02-072-3/+5
* Merge pull request #10 from emonty/masterJonathan Lange2013-02-072-2/+7
|\
| * Report filenames in upcall errors.Monty Taylor2013-02-072-2/+7
* | Further fix to unicode_output_stream.Robert Collins2013-02-073-5/+20
|/
* Fix handling of io.StringIO in unicode_output_stream.Robert Collins2013-02-073-7/+21
* Merge pull request #6 from kampka/masterJonathan Lange2013-02-051-0/+15
|\
| * Add travis-ci continuous integration configurationChristian Kampka2013-02-041-0/+15
* | Opening 0.9.29 for development.Robert Collins2013-02-061-1/+1
* | Release testtools-0.9.28.testtools-0.9.28Robert Collins2013-02-053-1/+14
|/
* Merge pull request #5 from jml/api-doc-fixesJonathan Lange2013-01-311-1/+1
|\
| * Fix epytext for *argsJonathan Lange2013-01-311-1/+1
|/
* Merge pull request #2 from jml/git-not-bzrJonathan Lange2013-01-316-48/+25
|\
| * Merge branch 'master' of github.com:jml/testtools into git-not-bzrJonathan Lange2013-01-318-10/+17
| |\
| * | Instructions for tagging with git.Jonathan Lange2013-01-261-2/+2
| * | Whitespace correctionJonathan Lange2013-01-261-1/+1
| * | Correct URL for testing cabal.Jonathan Lange2013-01-261-1/+1
| * | Refer to Github, not LaunchpadJonathan Lange2013-01-263-4/+4
| * | Remove logic to get version from bzr revnoJonathan Lange2013-01-261-26/+4
| * | Code is now hosted on GithubJonathan Lange2013-01-261-17/+16