summaryrefslogtreecommitdiff
path: root/testtools/tests/test_compat.py
Commit message (Expand)AuthorAgeFilesLines
* Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead.Hugo van Kemenade2022-06-041-1/+1
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-2/+2
* Remove redundant Python 2 compatability codeHugo2020-01-181-57/+20
* Don't use eval()Ross Burton2018-11-221-8/+9
* Overhaul exception reporting.Robert Collins2015-03-101-306/+1
* Fix test_bom Python 3.3 test failureMartin Packman2013-11-301-1/+2
* Refactor testtools.compat._format_exc_info into two separate functions.Thomi Richards2013-10-211-0/+150
* Further fix to unicode_output_stream.Robert Collins2013-02-071-0/+15
* Fix handling of io.StringIO in unicode_output_stream.Robert Collins2013-02-071-5/+10
* Only assert that a reraised traceback has the original as a tailMartin Packman2012-07-261-3/+4
* Add tests for compat.reraise details that fail on py3kMartin Packman2012-07-261-0/+37
* Seems pypy forgets to lower() the cookie encoding nameMartin2011-12-211-1/+1
* Test that not passing multiline to text_repr defaults based on inputMartin2011-09-141-0/+10
* Add third state to multiline argument of text_repr and comment the internal l...Martin2011-09-131-8/+8
* Extra tests to ensure multiline quoting is correct on Python 3Martin2011-09-131-0/+3
* Correct a couple of the examples for text_repr testsMartin2011-08-221-4/+4
* Tests for repr function to replace broken stringification schemes in matchersMartin2011-08-221-0/+114
* Split the compat test.Jonathan Lange2011-07-041-5/+10
* Fix test on Python 3Martin2011-07-011-5/+5
* Wrap unicode streams on Python 2 so writing as well as printing unicode to th...Martin2011-07-011-6/+11
* Fix a inaccurate unexpected success, hidden by our broken Python 3 supportJonathan Lange2010-11-291-7/+8
* Convert assertRaises usage to assertThat.Robert Collins2010-11-111-1/+6
* testtools.utils has been renamed to testtools.compat. ImportingRobert Collins2010-06-231-0/+10
* Allow detect encoding tests to work when a Python implementation may object t...Martin2010-06-201-10/+12
* Trivial issues seen when scanning the diff for reviewMartin2010-06-201-1/+1
* Move most of utils module to compat and put iterate_tests in testsuite moduleMartin2010-06-181-0/+239