| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | testtools.utils has been renamed to testtools.compat. Importing | Robert Collins | 2010-06-23 | 1 | -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 module | Martin | 2010-06-18 | 1 | -228/+0 |
| | | | |||||
| | * | Fix and test a bug with encoding of SyntaxError lines | Martin | 2010-06-18 | 1 | -1/+7 |
| | | | |||||
| | * | Sanitise unicode_output_stream a bit and add some tests, needs more work | Martin | 2010-06-16 | 1 | -11/+18 |
| | | | |||||
| | * | Found `ascii` function in Python 3 which saves some reimplementation | Martin | 2010-06-15 | 1 | -3/+1 |
| | | | |||||
| | * | Use flag in utils to record whether the str type is unicode rather than ↵ | Martin | 2010-06-15 | 1 | -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 ↵ | Martin | 2010-06-14 | 1 | -4/+13 |
| | | | | | | | | | robust | ||||
| | * | Merge trunk to pick up fixes for IronPython and Python 3 | Martin | 2010-06-11 | 1 | -0/+9 |
| | |\ | |/ |/| | |||||
| | * | PEP 8 style fixes raised in review | Martin | 2010-06-04 | 1 | -6/+3 |
| | | | |||||
| | * | Pull out code for improving rather than just emulating formatting, work on ↵ | Martin | 2010-05-25 | 1 | -21/+6 |
| | | | | | | | | | tests some more, and other minor changes | ||||
| | * | First pass at implementing unicode tracebacks for Python 2 | Martin | 2010-05-25 | 1 | -0/+176 |
| | | | |||||
| * | | Support python3.1 | Robert Collins | 2010-06-11 | 1 | -0/+9 |
| |/ | |||||
| * | Fix many simple mistakes in the epytext. | Jonathan Lange | 2010-01-16 | 1 | -1/+1 |
| | | |||||
| * | merge from trunk; alter slightly for py3 support | Benjamin Peterson | 2009-11-29 | 1 | -0/+2 |
| |\ | |||||
| * | | fix traceback Content and add a _b() fake literal | Benjamin Peterson | 2009-11-29 | 1 | -1/+6 |
| | | | |||||
| * | | add a _u function to imitate unicode literals on python3 | Benjamin Peterson | 2009-11-29 | 1 | -0/+12 |
| |/ | |||||
| * | Rename pyunit3k to testtools. | Jonathan Lange | 2008-10-04 | 1 | -0/+20 |
