summaryrefslogtreecommitdiff
path: root/tests/test_html.py
Commit message (Expand)AuthorAgeFilesLines
* Use --source to ensure tests are showing what we want.Ned Batchelder2018-10-141-1/+1
* Fix flaky testsNed Batchelder2018-09-081-0/+6
* When scrubbing file names, we don't care about slash directionNed Batchelder2018-09-021-4/+13
* Remove needless license lines from html testsNed Batchelder2018-08-241-70/+20
* Better handling of the absolute paths to the test temp directoryNed Batchelder2018-08-241-5/+8
* Stop using farm/src for HTML tests.Ned Batchelder2018-08-241-147/+337
* Windows file paths in the HTML have to be canonicalizedNed Batchelder2018-06-271-0/+4
* Need to escape when using Windows paths as regexesNed Batchelder2018-06-271-1/+1
* Lose a little less information when scrubbing HTMLNed Batchelder2018-06-271-1/+1
* Absolute paths in the HTML report have to be scrubbedNed Batchelder2018-06-271-2/+8
* Compare HTML more strictlyNed Batchelder2018-06-271-13/+25
* bom.py lost its BOM. Fix it.Ned Batchelder2018-06-241-0/+6
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Use an ISO standard encoding in coding declarationsNed Batchelder2017-02-211-2/+2
* Run two files to be sure we know what error we'll getNed Batchelder2017-02-101-2/+4
* Fix a too-long lineNed Batchelder2017-01-111-1/+2
* Delete html files when skipping covered filesNed Batchelder2017-01-111-0/+17
* Remove explicit clean-up methods that just set an attributeNed Batchelder2017-01-111-11/+3
* html total must account for files 100% covered #549loic@dachary.org2017-01-111-1/+10
* No need for subprocesses to test HTML reportingNed Batchelder2016-12-241-8/+6
* html report --skip-covered with branches #433loic@dachary.org2016-12-191-0/+18
* implement --skip-covered for html report #433loic@dachary.org2016-12-181-0/+18
* Test excluded lines in the html reportNed Batchelder2016-11-301-1/+3
* A test of status.json having the wrong formatNed Batchelder2016-11-291-0/+22
* Use latest pylintNed Batchelder2016-08-071-6/+6
* Spelling fixesVille Skyttä2016-07-311-1/+1
* Update pylint to 1.5.6Ned Batchelder2016-06-251-6/+6
* Oops, broke a test.Ned Batchelder2016-06-021-1/+1
* Emit a warning when an invalid file is detected with ignore_errors=true.Matthew Boehm2016-06-021-0/+14
* Pick off some lintNed Batchelder2016-02-151-4/+10
* More progress on better missed-branch descriptionsNed Batchelder2016-02-131-6/+3
* Different annotations on missed branches. I don't like them yet.Ned Batchelder2016-02-061-1/+1
* Add arc_destination_description so we can next make better descriptionsNed Batchelder2016-02-041-3/+3
* Oops, this fixes a test tooNed Batchelder2016-02-031-7/+10
* Use whitespace:pre to avoid having to convert spaces in the HTML report. Fixe...Ned Batchelder2016-02-011-13/+11
* Fix pylint warningsNed Batchelder2015-09-041-0/+15
* Convert farm html tests to goldtests.Ned Batchelder2015-08-311-32/+269
* Experimenting with a new form for farm testsNed Batchelder2015-08-301-0/+50
* Accommodate strange ShiningPanda logic if we are running under Jenkins. #404Ned Batchelder2015-08-291-0/+8
* Fix a crash when reporting on an unmeasured file. #403Ned Batchelder2015-08-281-0/+9
* Clean up some html testsNed Batchelder2015-08-281-18/+18
* Formatting clean-ups in html.py and test_html.pyNed Batchelder2015-08-021-8/+6
* Use the new class nameNed Batchelder2015-07-271-11/+11
* Better spelling.Ned Batchelder2015-07-251-7/+7
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Refer to the project consistenly as coverage.py. #275Ned Batchelder2015-07-231-5/+5
* Remove an option on a test method we weren't usingNed Batchelder2015-07-201-9/+7
* Files with incorrect encoding declarations are no longer ignored. #351Ned Batchelder2015-05-171-8/+3
* Refactor datetime recency testing into a tested test helperNed Batchelder2015-04-251-8/+5
* Make datetime imperviousness work on 2.6Ned Batchelder2015-04-221-2/+4