index
:
delta/python-coveragepy-git.git
dependabot/github_actions/styfle/cancel-workflow-action-0.9.1
gh-actions
good-meta
master
nedbat/1044
nedbat/1244-again
nedbat/1260
nedbat/1497
nedbat/310-kits
nedbat/5.5x
nedbat/another-1010
nedbat/badge
nedbat/balanced-xdist
nedbat/better-combine-action
nedbat/bin-exclude
nedbat/bpo-44450
nedbat/bug-1303-master
nedbat/bug1010
nedbat/bug1093
nedbat/bug1138
nedbat/bug1150
nedbat/bug1160
nedbat/bug1283
nedbat/bug841
nedbat/bug888
nedbat/bug913
nedbat/bug919
nedbat/bug959
nedbat/bug976
nedbat/bug989
nedbat/close-data
nedbat/cog
nedbat/combine-action
nedbat/configfile-simplification
nedbat/coverage-action
nedbat/dashq
nedbat/data-modes
nedbat/debug-1298
nedbat/debug-1373
nedbat/debug-1553
nedbat/debug-1554
nedbat/debug-wtf-debug-output
nedbat/drop-36
nedbat/drop-py2
nedbat/exceptions
nedbat/faster-branches
nedbat/favicon
nedbat/fix-1303
nedbat/fix-1307
nedbat/fix-appveyor
nedbat/fix-auditwheel-install-kit
nedbat/fix-c-tracer
nedbat/fix-race-condition
nedbat/fix-sphinx
nedbat/fix-tomli-tests-1228
nedbat/fix-win
nedbat/gevent-1.3
nedbat/gha-3.11.0a4
nedbat/goals-poc
nedbat/html-skip-covered
nedbat/lint-doc-gha
nedbat/mac-arm-kits
nedbat/make-upgrade-docs-tools
nedbat/metacov-badge
nedbat/metacov-publish
nedbat/metacov-sparse-reports
nedbat/missing-line
nedbat/more-kit-matrix
nedbat/more-source-warnings
nedbat/multi-concurrency
nedbat/nested-tracing
nedbat/no-globals
nedbat/no-prerel-kits
nedbat/no-select
nedbat/overeengineered-tox-retries
nedbat/parallel-reports-1504-metacov
nedbat/pep626
nedbat/pep669
nedbat/picklable
nedbat/plugin-error-handling
nedbat/pr
nedbat/py3.11
nedbat/pylint-bug-3489
nedbat/pypy-kit-without-setup-py
nedbat/pypy-kits-1049
nedbat/pypy37
nedbat/pypy38
nedbat/pytest-7
nedbat/python-dev
nedbat/pythons
nedbat/remove-unittest-testcase
nedbat/run-tests-when-making-kits
nedbat/run_envvar_553
nedbat/show_calls_debugging
nedbat/sigstore-kit
nedbat/smarter-debug-data
nedbat/split-changes
nedbat/sqldata-edge-tests
nedbat/test-2506
nedbat/test-branch
nedbat/test_goldtest
nedbat/travis-39
nedbat/try-win
nedbat/tryout-bb32
nedbat/tweak-actions
nedbat/tweak-metacov
nedbat/unittest2pytest
nedbat/upgrade
nedbat/upgrade-with-kits
nedbat/virtualenv-33
nedbat/virtualenv-34
nedbat/virtualenv-detection-905
nedbat/while-edge-tests
nedbat/wtf-sqlite
pr/1044
pr/1567
stable
v4.5.x
v5.x
github.com: nedbat/coveragepy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_html.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tests for GitHub windows platform
Ned Batchelder
2020-11-28
1
-1
/
+3
*
More bitbucket->github urls
Ned Batchelder
2020-08-18
1
-5
/
+5
*
Displaying timezone information in HTML report (#960)
Xie Yanbo
2020-07-23
1
-0
/
+6
*
fix context reporting for relative_files
David Szotten
2019-12-21
1
-0
/
+17
*
Polish up cmd.rst
Ned Batchelder
2019-12-08
1
-1
/
+1
*
Clean-ups I noticed while doing something else
Ned Batchelder
2019-11-17
1
-1
/
+2
*
Optionally skip empty files in reports
reybog90
2019-11-01
1
-0
/
+14
*
This test accidentally triggered our exclude regex during metacov
Ned Batchelder
2019-10-14
1
-7
/
+7
*
More convenient gold file structure
Ned Batchelder
2019-10-14
1
-43
/
+40
*
Remove vestigial debugging
Ned Batchelder
2019-10-14
1
-2
/
+0
*
I don't think I need my home dir scrubbed
Ned Batchelder
2019-10-13
1
-2
/
+0
*
Better presentation of contexts. #855
Ned Batchelder
2019-10-13
1
-4
/
+10
*
Warn if asked to show context but none were measured. #851
Ned Batchelder
2019-10-10
1
-11
/
+20
*
The C tracer can do dynamic contexts, so don't skip this test
Ned Batchelder
2019-10-10
1
-4
/
+0
*
Context patterns are regexes, not globs
Ned Batchelder
2019-10-02
1
-1
/
+1
*
No need for format indexes (mostly)
Ned Batchelder
2019-09-01
1
-1
/
+1
*
Remove the JSON data code
Ned Batchelder
2019-07-10
1
-1
/
+0
*
HTML: Mark things to show instead of to hide.
Ned Batchelder
2019-07-06
1
-3
/
+3
*
Clean up and test filtering contexts for reporting
Ned Batchelder
2019-07-01
1
-3
/
+18
*
Context reporting improvements and test
Ned Batchelder
2019-06-30
1
-5
/
+62
*
Make a Unicode character more apparent in the source
Ned Batchelder
2019-06-30
1
-2
/
+6
*
Typo
Ned Batchelder
2019-06-29
1
-1
/
+1
*
Remove ShiningPanda hack
Ned Batchelder
2019-06-17
1
-8
/
+0
*
Make the incremental checker a little smarter.
Ned Batchelder
2019-06-17
1
-2
/
+2
*
This was a copy of an existing test. We need to write some new ones.
Ned Batchelder
2019-06-10
1
-20
/
+1
*
Add some tests for new methods.
Stephan Richter
2019-06-10
1
-0
/
+24
*
Refactored HTML tests dropped an assert
Ned Batchelder
2019-06-10
1
-0
/
+1
*
Better tests of HTML delta generation
Ned Batchelder
2019-05-26
1
-41
/
+66
*
Lint cleanup
Ned Batchelder
2018-11-18
1
-3
/
+2
*
Rename farm to gold, since that's what it is
Ned Batchelder
2018-11-18
1
-14
/
+14
*
Simplify the way we run coverage in these tests
Ned Batchelder
2018-11-15
1
-50
/
+14
*
Compare the css files exactly
Ned Batchelder
2018-11-14
1
-2
/
+2
*
Update an HTML gold test due to new peephole optimizations
Ned Batchelder
2018-11-11
1
-9
/
+5
*
Always compare expected then actual
Ned Batchelder
2018-11-11
1
-17
/
+17
*
Everything should get a docstring
Ned Batchelder
2018-11-03
1
-0
/
+1
*
Use --source to ensure tests are showing what we want.
Ned Batchelder
2018-10-14
1
-1
/
+1
*
Fix flaky tests
Ned Batchelder
2018-09-08
1
-0
/
+6
*
When scrubbing file names, we don't care about slash direction
Ned Batchelder
2018-09-02
1
-4
/
+13
*
Remove needless license lines from html tests
Ned Batchelder
2018-08-24
1
-70
/
+20
*
Better handling of the absolute paths to the test temp directory
Ned Batchelder
2018-08-24
1
-5
/
+8
*
Stop using farm/src for HTML tests.
Ned Batchelder
2018-08-24
1
-147
/
+337
*
Windows file paths in the HTML have to be canonicalized
Ned Batchelder
2018-06-27
1
-0
/
+4
*
Need to escape when using Windows paths as regexes
Ned Batchelder
2018-06-27
1
-1
/
+1
*
Lose a little less information when scrubbing HTML
Ned Batchelder
2018-06-27
1
-1
/
+1
*
Absolute paths in the HTML report have to be scrubbed
Ned Batchelder
2018-06-27
1
-2
/
+8
*
Compare HTML more strictly
Ned Batchelder
2018-06-27
1
-13
/
+25
*
bom.py lost its BOM. Fix it.
Ned Batchelder
2018-06-24
1
-0
/
+6
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Use an ISO standard encoding in coding declarations
Ned Batchelder
2017-02-21
1
-2
/
+2
*
Run two files to be sure we know what error we'll get
Ned Batchelder
2017-02-10
1
-2
/
+4
[next]