summaryrefslogtreecommitdiff
path: root/testtools/tests/test_helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-1/+1
|
* * Testtools now depends on extras, a small library split out from it to containRobert Collins2013-01-181-183/+0
| | | | | | | | | generally useful non-testing facilities. Since extras has been around for a couple of testtools releases now, we're making this into a hard dependency of testtools. (Robert Collins) * Testtools now uses setuptools rather than distutils so that we can document the extras dependency. (Robert Collins)
* Copyright. FlakesJonathan Lange2012-02-041-3/+1
|
* Use TracebackContent as the point to pivot whether or not we hide stack.Jonathan Lange2012-02-041-25/+0
|
* Hide the stack using a RunTest method.Jonathan Lange2011-08-151-0/+3
|
* Make it so the test suite will run without fixtures installed.Jonathan Lange2011-07-291-11/+0
|
* Missed one.Jonathan Lange2011-07-261-1/+4
|
* Tests for safe_hasattr.Jonathan Lange2011-07-201-0/+31
|
* Be explicit in our higher level tests about what levels of the stack weJonathan Lange2011-07-201-6/+17
| | | | | | | | | | want to see. Add a test that makes sure that the testtools stack levels are being shown during a testtools run. Fix the stack hiding control code to delete __unittest rather than set it to False. This correctly hides stack levels.
* Make sure we show testtools own stack levels during run.Jonathan Lange2011-07-201-2/+2
|
* Use matchers for better tests.Jonathan Lange2011-07-201-21/+20
|
* Add FixtureSuite and a fixture for hiding/showing the debug levels of stack.Jonathan Lange2011-07-201-1/+25
|
* Helper method to show and hide test results.Jonathan Lange2011-07-201-0/+21
|
* Work with Python 3Jonathan Lange2011-06-301-12/+12
|
* Add tests for error_callbackMartin Pool2011-06-011-1/+54
|
* Get it right.Jonathan Lange2011-01-221-1/+1
|
* Change the helpers to get *any* object.Jonathan Lange2010-10-311-0/+7
|
* Raise an error if no alternative provided and can't import a module.Jonathan Lange2010-10-311-3/+9
|
* Support fallback imports.Jonathan Lange2010-10-311-2/+50
|
* Make the tests more robust.Jonathan Lange2010-10-311-2/+9
|
* Handle submodulesJonathan Lange2010-10-311-1/+8
|
* Initial implementation of try_import.Jonathan Lange2010-08-031-0/+31