Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a test case for bug #179. | Ned Batchelder | 2012-05-11 | 1 | -0/+11 |
| | |||||
* | The [html]extra_css configuration value is a file path to a CSS file that ↵ | Ned Batchelder | 2012-04-20 | 1 | -0/+1 |
| | | | | gets copied into the HTML report. | ||||
* | If a source file has an encoding declaration, use it when producing the ↵ | Ned Batchelder | 2012-03-21 | 1 | -0/+5 |
| | | | | HTML. Fixes issue #157. | ||||
* | Properly handle Unicode characters in Python source when creating the HTML ↵ | Ned Batchelder | 2011-08-17 | 1 | -0/+5 |
| | | | | 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 Batchelder | 2011-07-04 | 1 | -9/+10 |
| | | | | warnings. Fixes issue #122. Bonus irony: this also makes while 1 loops automatically understood better too. | ||||
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 1 | -0/+19 |
| | |||||
* | Omit and include are now filename patterns rather than prefixes. BACKWARD ↵ | Ned Batchelder | 2010-05-23 | 2 | -3/+3 |
| | | | | INCOMPATIBLE change. | ||||
* | XML output file is configurable in .rc file. | Ned Batchelder | 2010-01-09 | 2 | -0/+23 |
| | |||||
* | HTML output directory is now settable in the .rc file. | Ned Batchelder | 2010-01-06 | 1 | -0/+3 |
| | |||||
* | Omit prefixes can be specified in the config file. | Ned Batchelder | 2009-12-28 | 2 | -0/+7 |
| | |||||
* | Fix crlfs | Ned Batchelder | 2009-12-27 | 4 | -16/+16 |
| | |||||
* | Add more tests of omitting files during HTML reporting, and a better way to ↵ | Ned Batchelder | 2009-12-27 | 4 | -0/+16 |
| | | | | enable re-importing modules during test_farm tests. | ||||
* | Remove some redundancy in the farm tests. | Ned Batchelder | 2009-12-27 | 1 | -7/+0 |
| | |||||
* | Clean-ups | Ned Batchelder | 2009-12-05 | 2 | -2/+2 |
| | |||||
* | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 1 | -1/+13 |
| | |||||
* | XML report now includes branch information. | Ned Batchelder | 2009-11-26 | 1 | -0/+9 |
| | |||||
* | Don't annotate partial branches with -1, use 'exit' instead. | Ned Batchelder | 2009-11-24 | 1 | -0/+16 |
| | |||||
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 1 | -2/+2 |
| | |||||
* | HTML report includes non-relative code units also. Fixes issue #11, though ↵ | Ned Batchelder | 2009-09-26 | 1 | -0/+8 |
| | | | | the paths displayed in the HTML are kind of heinous. | ||||
* | Get the test working properly, including adding a usable diff comparison ↵ | Ned Batchelder | 2009-09-23 | 1 | -0/+7 |
| | | | | when tests fail. Also make it all work under Py3k. | ||||
* | Expand tabs to spaces before creating HTML output. Fixes bug #6. | Ned Batchelder | 2009-06-10 | 1 | -0/+8 |
| | |||||
* | A farm test for HTML generation. | Ned Batchelder | 2009-04-28 | 1 | -0/+7 |