summaryrefslogtreecommitdiff
path: root/test/test_html.py
Commit message (Expand)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-297/+0
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-2/+1
* A bunch of tweaks to improve coverageNed Batchelder2012-12-011-2/+2
* Refactor a bunch of tests to isolate the recursive coverage calls.Ned Batchelder2012-11-291-18/+6
* Cleaning up.Ned Batchelder2012-11-241-1/+1
* Messages with filenames are not good as %r, because it doubles the backslashe...Ned Batchelder2012-11-231-3/+3
* If a file is missing, don't show an error message with the wrong path. #60.Ned Batchelder2012-11-231-1/+22
* LintNed Batchelder2012-11-211-2/+2
* Fix IndentationErrors when parsing non-Python files. #82.Ned Batchelder2012-11-211-17/+6
* Trying to reproduce the latest incarnation of #82Ned Batchelder2012-11-211-0/+29
* I prefer not having docstrings in test methods.Ned Batchelder2012-11-201-7/+3
* This is more correct.Ned Batchelder2012-11-191-1/+1
* Refactor some HTML tests.Ned Batchelder2012-11-191-15/+23
* Upgrading pylint means fixing more nits.Ned Batchelder2012-11-101-1/+1
* Properly test that config file HTML titles can be non-ascii.Ned Batchelder2012-11-101-9/+22
* Refactor the config parsing.Ned Batchelder2012-11-101-6/+18
* Now the title of the HTML report can be set.Ned Batchelder2012-11-091-5/+29
* 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
* 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 acc...Ned Batchelder2011-03-271-1/+35
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-241-0/+121