summaryrefslogtreecommitdiff
path: root/test/farm/html/run_unicode.py
Commit message (Collapse)AuthorAgeFilesLines
* Use '# pragma: nested' for lines not covered due to nested coverage.Ned Batchelder2012-12-021-2/+2
|
* All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, ↵Ned Batchelder2012-03-201-1/+11
| | | | and pypy inserts an extra stack frame into tracebacks.
* Properly handle Unicode characters in Python source when creating the HTML ↵Ned Batchelder2011-08-171-0/+20
report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144.