summaryrefslogtreecommitdiff
path: root/test/test_html.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a positive assertion to the recent cant-parse-html testNed Batchelder2012-08-011-0/+1
|
* Make the new test also run in Py3Ned Batchelder2012-07-311-1/+4
|
* Finish the paperwork on Julian's patch.Ned Batchelder2012-07-311-1/+0
|
* Don't report coverage for non-Python source files even if __file__ says they ↵Julian Berman2012-07-311-0/+18
| | | | | | were executed. Closes #82
* Test (and fix) the not-python errors in base Reporter.Ned Batchelder2012-04-201-1/+43
|
* HTML incremental generation should also take the coverage.py version into ↵Ned Batchelder2011-03-271-1/+35
| | | | account: a new version means scrap everything and do it all.
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-241-0/+121