summaryrefslogtreecommitdiff
path: root/testtools/tests/test_with_with.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgradeHugo2020-01-181-1/+0
* Improve support for discovery on testtools.tests.Robert Collins2014-11-071-0/+5
* Teach ExpectedException how to annotate errors.Robert Collins2013-04-181-0/+15
* Nicer error message for regex fail.Jonathan Lange2011-07-291-1/+1
* Show that we get the mismatch if passed in.Jonathan Lange2011-07-271-0/+12
* ExpectedException will now match any exception of the type by default,Jonathan Lange2011-07-271-1/+15
* Refix various problems that broke Python 3 supportMartin2011-04-211-3/+8
* Get it right.Jonathan Lange2011-01-221-0/+2
* Add __future__ import.Aaron Bentley2011-01-191-0/+2
* Add ExpectedException.Aaron Bentley2011-01-191-0/+38