summaryrefslogtreecommitdiff
path: root/test/farm/html/run_b_branch.py
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle Unicode characters in Python source when creating the HTML ↵Ned Batchelder2011-08-171-1/+1
| | | | report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144.
* for-else constructs are handled properly, avoiding bogus partial branch ↵Ned Batchelder2011-07-041-3/+3
| | | | warnings. Fixes issue #122. Bonus irony: this also makes while 1 loops automatically understood better too.
* A little explanation of the partial branch annotations in the HTML report.Ned Batchelder2009-11-301-4/+5
|
* Move the javascript code for click-to-sort columns into its own file. It ↵Ned Batchelder2009-11-251-5/+5
| | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests.
* Don't annotate partial branches with -1, use 'exit' instead.Ned Batchelder2009-11-241-0/+27