summaryrefslogtreecommitdiff
path: root/testtools/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* testtools.utils has been renamed to testtools.compat. ImportingRobert Collins2010-06-231-43/+8
|\ | | | | | | | | | | | | | | | | testtools.utils will now generate a deprecation warning. Add machinery for Python 2 to create unicode tracebacks like those used by Python 3. This means testtools no longer throws on encountering non-ascii filenames, source lines, or exception strings when displaying test results. Largely contributed by Martin[gz] with some tweaks from Robert Collins.
| * Move most of utils module to compat and put iterate_tests in testsuite moduleMartin2010-06-181-228/+0
| |
| * Fix and test a bug with encoding of SyntaxError linesMartin2010-06-181-1/+7
| |
| * Sanitise unicode_output_stream a bit and add some tests, needs more workMartin2010-06-161-11/+18
| |
| * Found `ascii` function in Python 3 which saves some reimplementationMartin2010-06-151-3/+1
| |
| * Use flag in utils to record whether the str type is unicode rather than ↵Martin2010-06-151-0/+2
| | | | | | | | checking version and platform in multiple places
| * Changes to make tests work on Python 3, and a short term hack to make output ↵Martin2010-06-141-4/+13
| | | | | | | | robust
| * Merge trunk to pick up fixes for IronPython and Python 3Martin2010-06-111-0/+9
| |\ | |/ |/|
| * PEP 8 style fixes raised in reviewMartin2010-06-041-6/+3
| |
| * Pull out code for improving rather than just emulating formatting, work on ↵Martin2010-05-251-21/+6
| | | | | | | | tests some more, and other minor changes
| * First pass at implementing unicode tracebacks for Python 2Martin2010-05-251-0/+176
| |
* | Support python3.1Robert Collins2010-06-111-0/+9
|/
* Fix many simple mistakes in the epytext.Jonathan Lange2010-01-161-1/+1
|
* merge from trunk; alter slightly for py3 supportBenjamin Peterson2009-11-291-0/+2
|\
* | fix traceback Content and add a _b() fake literalBenjamin Peterson2009-11-291-1/+6
| |
* | add a _u function to imitate unicode literals on python3Benjamin Peterson2009-11-291-0/+12
|/
* Rename pyunit3k to testtools.Jonathan Lange2008-10-041-0/+20