summaryrefslogtreecommitdiff
path: root/tests/test_html.py
Commit message (Expand)AuthorAgeFilesLines
* Fix tests for GitHub windows platformNed Batchelder2020-11-281-1/+3
* More bitbucket->github urlsNed Batchelder2020-08-181-5/+5
* Displaying timezone information in HTML report (#960)Xie Yanbo2020-07-231-0/+6
* fix context reporting for relative_filesDavid Szotten2019-12-211-0/+17
* Polish up cmd.rstNed Batchelder2019-12-081-1/+1
* Clean-ups I noticed while doing something elseNed Batchelder2019-11-171-1/+2
* Optionally skip empty files in reportsreybog902019-11-011-0/+14
* This test accidentally triggered our exclude regex during metacovNed Batchelder2019-10-141-7/+7
* More convenient gold file structureNed Batchelder2019-10-141-43/+40
* Remove vestigial debuggingNed Batchelder2019-10-141-2/+0
* I don't think I need my home dir scrubbedNed Batchelder2019-10-131-2/+0
* Better presentation of contexts. #855Ned Batchelder2019-10-131-4/+10
* Warn if asked to show context but none were measured. #851Ned Batchelder2019-10-101-11/+20
* The C tracer can do dynamic contexts, so don't skip this testNed Batchelder2019-10-101-4/+0
* Context patterns are regexes, not globsNed Batchelder2019-10-021-1/+1
* No need for format indexes (mostly)Ned Batchelder2019-09-011-1/+1
* Remove the JSON data codeNed Batchelder2019-07-101-1/+0
* HTML: Mark things to show instead of to hide.Ned Batchelder2019-07-061-3/+3
* Clean up and test filtering contexts for reportingNed Batchelder2019-07-011-3/+18
* Context reporting improvements and testNed Batchelder2019-06-301-5/+62
* Make a Unicode character more apparent in the sourceNed Batchelder2019-06-301-2/+6
* TypoNed Batchelder2019-06-291-1/+1
* Remove ShiningPanda hackNed Batchelder2019-06-171-8/+0
* Make the incremental checker a little smarter.Ned Batchelder2019-06-171-2/+2
* This was a copy of an existing test. We need to write some new ones.Ned Batchelder2019-06-101-20/+1
* Add some tests for new methods.Stephan Richter2019-06-101-0/+24
* Refactored HTML tests dropped an assertNed Batchelder2019-06-101-0/+1
* Better tests of HTML delta generationNed Batchelder2019-05-261-41/+66
* Lint cleanupNed Batchelder2018-11-181-3/+2
* Rename farm to gold, since that's what it isNed Batchelder2018-11-181-14/+14
* Simplify the way we run coverage in these testsNed Batchelder2018-11-151-50/+14
* Compare the css files exactlyNed Batchelder2018-11-141-2/+2
* Update an HTML gold test due to new peephole optimizationsNed Batchelder2018-11-111-9/+5
* Always compare expected then actualNed Batchelder2018-11-111-17/+17
* Everything should get a docstringNed Batchelder2018-11-031-0/+1
* 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