summaryrefslogtreecommitdiff
path: root/testtools
Commit message (Expand)AuthorAgeFilesLines
* Notes for 0.9.14testtools-0.9.14Jonathan Lange2012-02-161-1/+1
* Restore _exc_info_to_unicode so that subunit can continue to work with latest...Jonathan Lange2012-02-092-0/+18
* Make the tests pass on Python 3Jonathan Lange2012-02-062-5/+5
* Merge release branch:Jonathan Lange2012-02-061-1/+1
|\
| * Release 0.9.13testtools-0.9.13Jonathan Lange2012-02-061-1/+1
|/
* TweaksJonathan Lange2012-02-042-8/+1
* Copyright. FlakesJonathan Lange2012-02-045-7/+5
* Fix a glaring bug where any test that raised on FullStackRunTest would abort ...Jonathan Lange2012-02-041-1/+3
* Use TracebackContent as the point to pivot whether or not we hide stack.Jonathan Lange2012-02-043-47/+16
* Have everything use TracebackContent.Jonathan Lange2012-02-042-45/+6
* Give TracebackContent the ability to format exceptions itself, rather thanJonathan Lange2012-02-041-4/+57
* Use the new helper.Jonathan Lange2012-02-043-9/+9
* Add as_text, a content helper.Jonathan Lange2012-02-042-1/+16
* I think this is the right thing to do.Jonathan Lange2012-02-041-2/+6
* Asynchronous tests no longer hang when run with triial.Jonathan Lange2012-02-042-1/+14
|\
| * Make sure that we actually capture the list of observers, rather than justJonathan Lange2012-02-032-1/+14
* | assertRaises includes the function name in its error message.Jonathan Lange2012-01-312-2/+66
|\ \
| * | Move to testcase so it doesn't appear in stack traces.Jonathan Lange2012-01-294-53/+52
| * | Extract Nullary and move it into helpers.Jonathan Lange2012-01-293-7/+55
| * | Make sure the repr of the callable passed to assertRaises is included in theJonathan Lange2012-01-282-2/+19
| |/
* | ``ThreadsafeForwardingResult`` no longer includes semaphore acquisition timeRobert Collins2012-01-111-1/+2
* | ``MultiTestResult`` supports the ``tags`` method.Robert Collins2012-01-114-9/+97
|\ \ | |/ |/|
| * Fixed ThreadsafeForwardingResult so that it supports tags.Graham Binns2012-01-102-9/+53
| * Added a test for general tags().Graham Binns2012-01-101-22/+7
| * Rob says MultiTestResult is fixed.Graham Binns2012-01-104-8/+42
| * Refactored TestResult.tags() and removed unnecessary reimplementations. Actua...Graham Binns2012-01-101-20/+5
| * Added tags() stubs to various TestResult implementations.Graham Binns2012-01-102-0/+41
|/
* Correctly skip test_real_path if os.symlink is unsupportedMartin2011-12-211-3/+4
* Silly dancing over a single space difference in SyntaxError formatting depend...Martin2011-12-211-1/+6
* Seems pypy forgets to lower() the cookie encoding nameMartin2011-12-211-1/+1
* Avoid fixed-in-py3k-only resource usage bug with reading .tar.gz filesMartin2011-12-211-3/+10
* Close files properly in test_from_stream_eager_loadingMartin2011-12-211-1/+2
* Allow passing arbitrary matcher to FileContains.Jonathan Lange2011-12-072-3/+44
* DirContains now takes a matcher alsoJonathan Lange2011-12-072-3/+32
* Docstrings for MatchesPredicateJonathan Lange2011-12-071-0/+18
* Remove TODO list.Jonathan Lange2011-12-051-3/+0
* More doc tweaksJonathan Lange2011-12-054-24/+25
* More matchers still.Jonathan Lange2011-12-052-2/+39
* Add SamePathJonathan Lange2011-12-052-1/+38
* Add tarball matcher.Jonathan Lange2011-12-052-0/+51
* DocumentationJonathan Lange2011-12-051-0/+6
* Add a first_only option to MatchesListwiseJonathan Lange2011-12-051-1/+7
* Remove heaps of boiler plate by using MatchesPredicateJonathan Lange2011-12-052-63/+13
* Add a matcher that just takes a predicate and a message.Jonathan Lange2011-12-052-1/+37
* Add a short-circuit option to MatchesAllJonathan Lange2011-12-052-3/+17
* Add FileExists and correct tests for DirExistsJonathan Lange2011-12-052-3/+47
* Even more testsJonathan Lange2011-12-022-16/+78
* Initial import of matchers from pkgme, plus some tests and some edits.Jonathan Lange2011-12-022-1/+152
* Hide even more of the stack by default.Jonathan Lange2011-11-172-16/+61
|\
| * Handle earlier Python versions.Jonathan Lange2011-11-041-2/+2