summaryrefslogtreecommitdiff
path: root/testtools/tests/test_testcase.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add the 'addDetailUniqueName' method to TestCase.Thomi Richards2013-10-181-0/+9
* Fix assertRaises when the exception has a metaclassNikola Dipanov2013-03-261-0/+13
* Add a helper for decorating the result object given toRobert Collins2013-03-071-0/+84
* Add support for timestamp events to Placeholder objects.Robert Collins2013-03-071-0/+15
* Placeholder couldn't hold tags, which limits its use.Robert Collins2013-03-071-5/+24
* The error message for setUp and tearDown upcall errors was broken onRobert Collins2013-03-051-2/+11
* Add a nosetests attr-like extension to enable more ways of filtering tests.Robert Collins2013-01-311-1/+42
* * Testtools will no longer override test code registered details calledRobert Collins2013-01-191-1/+16
* Fix some tests to account for new py3k quirksMartin2012-07-271-2/+3
* Delete a redundant test added during this branch.Robert Collins2012-04-031-13/+0
* * ``PlaceHolder`` and ``ErrorHolder`` now support being given result details.Robert Collins2012-04-031-26/+41
* Copyright. FlakesJonathan Lange2012-02-041-1/+1
* Have everything use TracebackContent.Jonathan Lange2012-02-041-4/+3
* Use the new helper.Jonathan Lange2012-02-041-1/+1
* Move to testcase so it doesn't appear in stack traces.Jonathan Lange2012-01-291-0/+33
* Make sure the repr of the callable passed to assertRaises is included in theJonathan Lange2012-01-281-0/+12
* Align actual and reference = symbols.Jonathan Lange2011-10-301-2/+2
* Merge trunk.Jonathan Lange2011-09-141-22/+57
|\
| * Hide the stack using a RunTest method.Jonathan Lange2011-08-151-0/+32
| * Remove the word 'present', which is unnecessary.Jonathan Lange2011-08-151-2/+2
| * * ``MatchesException`` now permits a tuple of types rather than a single typeRobert Collins2011-08-151-14/+7
| * Port assertIsInstance to matchers.Robert Collins2011-08-141-3/+4
| * assertNotIn using assertThat.Robert Collins2011-08-141-2/+3
| * * assertThat accepts a message which will be used to annotate the matcher. ThisRobert Collins2011-08-141-0/+7
| * More convert-to-matchers tweaks.Robert Collins2011-08-141-3/+4
| * Migrate assertIn to be matcher based.Robert Collins2011-08-141-2/+2
* | Test and fix _BinaryMismatch.describe long forms using text_reprMartin2011-08-241-0/+15
* | Use (possibly extended) repr rather than "%s" for matchee in verbose form of ...Martin2011-08-221-3/+3
* | Docstring.Jonathan Lange2011-08-091-0/+11
* | Use the right level API to check the error output.Jonathan Lange2011-08-091-3/+16
* | Failing test.Jonathan Lange2011-08-051-1/+23
|/
* For some reason, using string here caused the subunit stream to get corruptedJonathan Lange2011-07-271-1/+2
* Merge trunkJonathan Lange2011-07-211-3/+5
|\
| * Don't re-export from helpers.Jonathan Lange2011-07-201-3/+5
* | Completely unused code.Jonathan Lange2011-07-201-6/+0
* | Direct tests for assertThat output.Jonathan Lange2011-07-201-0/+20
* | No need to be so verbose about the matcher. Trust the mismatch to know howJonathan Lange2011-07-201-23/+4
|/
* Rename test_testtools to test_testcase for greater consistency.Jonathan Lange2011-07-111-0/+1194