| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Upgrade Python syntax with pyupgrade --py3-plus | Hugo | 2020-01-18 | 1 | -1/+1 |
| | | |||||
| * | * Testtools now depends on extras, a small library split out from it to contain | Robert Collins | 2013-01-18 | 1 | -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. Flakes | Jonathan Lange | 2012-02-04 | 1 | -3/+1 |
| | | |||||
| * | Use TracebackContent as the point to pivot whether or not we hide stack. | Jonathan Lange | 2012-02-04 | 1 | -25/+0 |
| | | |||||
| * | Hide the stack using a RunTest method. | Jonathan Lange | 2011-08-15 | 1 | -0/+3 |
| | | |||||
| * | Make it so the test suite will run without fixtures installed. | Jonathan Lange | 2011-07-29 | 1 | -11/+0 |
| | | |||||
| * | Missed one. | Jonathan Lange | 2011-07-26 | 1 | -1/+4 |
| | | |||||
| * | Tests for safe_hasattr. | Jonathan Lange | 2011-07-20 | 1 | -0/+31 |
| | | |||||
| * | Be explicit in our higher level tests about what levels of the stack we | Jonathan Lange | 2011-07-20 | 1 | -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 Lange | 2011-07-20 | 1 | -2/+2 |
| | | |||||
| * | Use matchers for better tests. | Jonathan Lange | 2011-07-20 | 1 | -21/+20 |
| | | |||||
| * | Add FixtureSuite and a fixture for hiding/showing the debug levels of stack. | Jonathan Lange | 2011-07-20 | 1 | -1/+25 |
| | | |||||
| * | Helper method to show and hide test results. | Jonathan Lange | 2011-07-20 | 1 | -0/+21 |
| | | |||||
| * | Work with Python 3 | Jonathan Lange | 2011-06-30 | 1 | -12/+12 |
| | | |||||
| * | Add tests for error_callback | Martin Pool | 2011-06-01 | 1 | -1/+54 |
| | | |||||
| * | Get it right. | Jonathan Lange | 2011-01-22 | 1 | -1/+1 |
| | | |||||
| * | Change the helpers to get *any* object. | Jonathan Lange | 2010-10-31 | 1 | -0/+7 |
| | | |||||
| * | Raise an error if no alternative provided and can't import a module. | Jonathan Lange | 2010-10-31 | 1 | -3/+9 |
| | | |||||
| * | Support fallback imports. | Jonathan Lange | 2010-10-31 | 1 | -2/+50 |
| | | |||||
| * | Make the tests more robust. | Jonathan Lange | 2010-10-31 | 1 | -2/+9 |
| | | |||||
| * | Handle submodules | Jonathan Lange | 2010-10-31 | 1 | -1/+8 |
| | | |||||
| * | Initial implementation of try_import. | Jonathan Lange | 2010-08-03 | 1 | -0/+31 |
