| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update NEWS for 0.9.7 release.testtools-0.9.7 | Jonathan Lange | 2010-10-17 | 2 | -3/+6 |
| * | Release improvements. | Jonathan Lange | 2010-10-17 | 3 | -27/+30 |
| |\ | |||||
| | * | News | Jonathan Lange | 2010-10-17 | 1 | -0/+3 |
| | * | Merge trunk | Jonathan Lange | 2010-10-17 | 13 | -101/+324 |
| | |\ | |/ |/| | |||||
| * | | StartsWith and DoesNotStartWith matchers from Launchpad. | Robert Collins | 2010-10-17 | 3 | -0/+75 |
| * | | Merge Martin[gz]'s exception cycle reduction work. | Robert Collins | 2010-10-15 | 5 | -13/+26 |
| |\ \ | |||||
| | * | | Avoid exc_info cycles in several places and comment on trickier ones | Martin | 2010-08-16 | 4 | -9/+19 |
| * | | | Merge Martin[gz]'s change to supply just the reason to skip, if one was suppl... | Robert Collins | 2010-10-15 | 4 | -8/+26 |
| |\ \ \ | |||||
| | * | | | Only show the reason for unittest on 2.7 rather than all the details | Martin | 2010-09-26 | 4 | -7/+17 |
| * | | | | Merge timestamp handling for ThreadsafeForwardingResult. | Robert Collins | 2010-10-15 | 5 | -46/+76 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Make TestThreadSafeForwardingResult forward times to the wrapped result class | Martin | 2010-09-27 | 4 | -39/+55 |
| |/ / / | |||||
| * | | | Cleanups can now report multiple exceptions. | Robert Collins | 2010-09-20 | 5 | -3/+49 |
| |\ \ \ | |||||
| | * | | | Enchance addCleanups for Fixtures. | Robert Collins | 2010-09-18 | 5 | -3/+49 |
| |/ / / | |||||
| * | | | Merge spiv's fix for bug 637725. | Jonathan Lange | 2010-09-17 | 3 | -2/+23 |
| |\ \ \ | |||||
| | * | | | Add test and minimal fix for __details dict being shared among cloned TestCases. | Andrew Bennetts | 2010-09-17 | 2 | -1/+19 |
| |/ / / | |||||
| * | | | * Code duplication between assertEqual and the matcher Equals has been removed. | Robert Collins | 2010-09-14 | 4 | -36/+56 |
| |\ \ \ | |||||
| | * | | | Code duplication between assertEqual and the matcher Equals has been removed. | Robert Collins | 2010-09-12 | 4 | -36/+56 |
| |/ / / | |||||
| | | * | Set the license and the long description. Useful for publishing to PyPI. | Jonathan Lange | 2010-09-11 | 1 | -0/+10 |
| | | * | Make the release process more prescriptive. | Jonathan Lange | 2010-09-11 | 1 | -27/+17 |
| | |/ |/| | |||||
| * | | Merge the testtools-0.9.6 release branch. | Jonathan Lange | 2010-08-24 | 2 | -2/+12 |
| |\ \ | |||||
| | * | | Release 0.9.6.testtools-0.9.6 | Jonathan Lange | 2010-08-24 | 2 | -4/+11 |
| |/ / | |||||
| * | | Added PlaceHolder & TestHolder. | Jonathan Lange | 2010-08-24 | 4 | -1/+258 |
| |\ \ | |||||
| | * | | NEWS entry. | Jonathan Lange | 2010-08-20 | 1 | -0/+3 |
| | * | | Consistent case. | Jonathan Lange | 2010-08-20 | 3 | -42/+42 |
| | * | | 1, not 0. | Jonathan Lange | 2010-08-20 | 2 | -9/+7 |
| | * | | Add an ErrorHolder class. | Jonathan Lange | 2010-08-20 | 3 | -1/+125 |
| | * | | Group the tests which rely on constructor details together. | Jonathan Lange | 2010-08-20 | 1 | -16/+21 |
| | * | | Add a place-holder test case. | Jonathan Lange | 2010-08-20 | 3 | -1/+128 |
| * | | | Nicer formatting for assertEqual failures. | Jonathan Lange | 2010-08-20 | 3 | -1/+57 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Add a test to verify the (very common) "no message" case. | Jonathan Lange | 2010-08-20 | 1 | -0/+12 |
| | * | | NEWS entry | Jonathan Lange | 2010-08-20 | 1 | -0/+3 |
| | * | | Nice bzrlib-style assertEqual formatting. | Jonathan Lange | 2010-08-20 | 2 | -1/+42 |
| |/ / | |||||
| * | | Merge basic-mismatch. | Jonathan Lange | 2010-08-17 | 3 | -3/+37 |
| |\ \ | |/ |/| | |||||
| | * | Add optional parameters to Mismatch. | Jonathan Lange | 2010-08-17 | 3 | -3/+37 |
| |/ | |||||
| * | Merge return-from-multitestresult. | Jonathan Lange | 2010-08-05 | 3 | -12/+28 |
| |\ | |||||
| | * | NEWS | Jonathan Lange | 2010-08-04 | 1 | -0/+3 |
| | * | Cheat. Return the results of _dispatch always. | Jonathan Lange | 2010-08-04 | 1 | -10/+11 |
| | * | Pass back the results we get. | Jonathan Lange | 2010-08-04 | 2 | -2/+14 |
| * | | Rename PLAIN_TEXT to UTF8_TEXT, the code must match the documentation. | Jonathan Lange | 2010-08-05 | 2 | -6/+6 |
| * | | New LessThan matcher. | Robert Collins | 2010-08-05 | 3 | -1/+26 |
| |/ | |||||
| * | Update years in the LICENSE file. | Jonathan Lange | 2010-08-04 | 1 | -1/+2 |
| * | Add TestCase.patch() and new testtools.monkey module for help with monkey-pat... | Jonathan Lange | 2010-08-04 | 7 | -3/+361 |
| |\ | |||||
| | * | Make TestCase.patch() use the new patch() helper method. Becomes slightly | Jonathan Lange | 2010-08-04 | 2 | -19/+2 |
| | * | Add a convenience function to just patch a single thing. | Jonathan Lange | 2010-08-04 | 2 | -1/+41 |
| | * | Not necessary | Jonathan Lange | 2010-08-04 | 1 | -9/+1 |
| | * | Handle missing attributes better. | Jonathan Lange | 2010-08-04 | 2 | -8/+31 |
| | * | Restore monkey code. | Jonathan Lange | 2010-08-04 | 3 | -0/+210 |
| | * | Handle cases where attributes don't exist. | Jonathan Lange | 2010-08-04 | 2 | -2/+28 |
| | * | NEWS. | Jonathan Lange | 2010-08-03 | 1 | -0/+3 |
| | * | Merge trunk | Jonathan Lange | 2010-08-03 | 16 | -86/+150 |
| | |\ | |||||
