summaryrefslogtreecommitdiff
path: root/testtools/tests/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Remove use of 'safe_hasattr'Stephen Finucane2021-02-251-5/+0
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-16/+16
* Upgrade Python syntax with pyupgradeHugo2020-01-181-3/+3
* Review tweaksJonathan Lange2016-01-101-5/+11
* `throw` helperJonathan Lange2015-12-071-0/+8
* Move useful matchers to helper moduleJonathan Lange2015-12-071-0/+45
* Add StackLinesContent, reimplement TracebackContent to use this new class.Thomi Richards2013-10-251-4/+4
* * Testtools now depends on extras, a small library split out from it to containRobert Collins2013-01-181-3/+2
* * ``testtools.run`` now supports the ``-f`` or ``--failfast`` parameter.Robert Collins2012-12-161-0/+4
* TweaksJonathan Lange2012-02-041-5/+1
* 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-041-19/+7
* I think this is the right thing to do.Jonathan Lange2012-02-041-2/+6
* Rob says MultiTestResult is fixed.Graham Binns2012-01-101-0/+4
* Hide the stack using a RunTest method.Jonathan Lange2011-08-151-0/+7
* Make it so the test suite will run without fixtures installed.Jonathan Lange2011-07-291-4/+6
* Switch to using a FunctionFixture, per Rob's suggestion.Jonathan Lange2011-07-201-11/+5
* Move safe_hasattrJonathan Lange2011-07-201-6/+4
* Be explicit in our higher level tests about what levels of the stack weJonathan Lange2011-07-201-6/+20
* Add FixtureSuite and a fixture for hiding/showing the debug levels of stack.Jonathan Lange2011-07-201-3/+19
* Helper method to show and hide test results.Jonathan Lange2011-07-201-0/+12
* Don't re-export from helpers.Jonathan Lange2011-07-201-5/+1
* Get it right.Jonathan Lange2011-01-221-1/+1
* Merge Martin[gz]'s exception cycle reduction work.Robert Collins2010-10-151-0/+1
|\
| * Avoid exc_info cycles in several places and comment on trickier onesMartin2010-08-161-0/+1
* | Make TestThreadSafeForwardingResult forward times to the wrapped result classMartin2010-09-271-0/+4
|/
* Lots of little coding cleanupsJonathan Lange2009-12-311-2/+2
* Make some of our test doubles available for external use.Robert Collins2009-12-131-85/+1
* add a sample non-empty exc-infoBenjamin Peterson2009-11-291-0/+7
* Add a a way for TestCase to signal UnexpectedSuccess to itself.Robert Collins2009-11-081-1/+1
* Compatible with python 2.7 at the TestResult layer.Robert Collins2009-10-261-0/+90
* Compatibility with TestResult.startTestRun/stopTestRun.Robert Collins2009-08-271-0/+8
* Add test skipping inspired by nose, bzr and trial to testtools.Robert Collins2009-02-281-0/+4
* Rename pyunit3k to testtools.Jonathan Lange2008-10-041-0/+42