summaryrefslogtreecommitdiff
path: root/testtools/tests/test_fixturesupport.py
Commit message (Expand)AuthorAgeFilesLines
* trivial: Cleanup importsStephen Finucane2021-02-251-2/+2
* Re-introduce 'try_imports'Stephen Finucane2021-02-251-1/+1
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-1/+1
* Remove redundant Python 2 compatability codeHugo2020-01-181-3/+3
* Become compatible with newer Fixtures _setUp() API.Julian Edwards2016-02-151-2/+38
* Fix masking of fixture.setUp errors.Robert Collins2014-09-121-0/+27
* * Testtools now depends on extras, a small library split out from it to containRobert Collins2013-01-181-1/+2
* Make the tests pass on Python 3Jonathan Lange2012-02-061-3/+3
* Use the new helper.Jonathan Lange2012-02-041-5/+5
* Content takes bytes, not text.Jonathan Lange2011-07-271-3/+4
* Don't re-export from helpers.Jonathan Lange2011-07-201-2/+2
* Fix closure error when gathering multiple details from a fixture.Gavin Panella2011-05-251-0/+18
* Gather details from fixtures that fail to set-up.Gavin Panella2011-05-251-0/+19
* Get it right.Jonathan Lange2011-01-221-0/+2
* Do the same for fixtures.Jonathan Lange2010-11-271-3/+9
* Only run fixture support tests when fixtures is installed.Jonathan Lange2010-10-281-0/+71