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
*
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
*
Fix a too-long line
Ned Batchelder
2017-01-11
1
-1
/
+2
*
Delete html files when skipping covered files
Ned Batchelder
2017-01-11
1
-0
/
+17
*
Remove explicit clean-up methods that just set an attribute
Ned Batchelder
2017-01-11
1
-11
/
+3
*
html total must account for files 100% covered #549
loic@dachary.org
2017-01-11
1
-1
/
+10
*
No need for subprocesses to test HTML reporting
Ned Batchelder
2016-12-24
1
-8
/
+6
*
html report --skip-covered with branches #433
loic@dachary.org
2016-12-19
1
-0
/
+18
*
implement --skip-covered for html report #433
loic@dachary.org
2016-12-18
1
-0
/
+18
*
Test excluded lines in the html report
Ned Batchelder
2016-11-30
1
-1
/
+3
*
A test of status.json having the wrong format
Ned Batchelder
2016-11-29
1
-0
/
+22
*
Use latest pylint
Ned Batchelder
2016-08-07
1
-6
/
+6
*
Spelling fixes
Ville Skyttä
2016-07-31
1
-1
/
+1
*
Update pylint to 1.5.6
Ned Batchelder
2016-06-25
1
-6
/
+6
*
Oops, broke a test.
Ned Batchelder
2016-06-02
1
-1
/
+1
*
Emit a warning when an invalid file is detected with ignore_errors=true.
Matthew Boehm
2016-06-02
1
-0
/
+14
*
Pick off some lint
Ned Batchelder
2016-02-15
1
-4
/
+10
*
More progress on better missed-branch descriptions
Ned Batchelder
2016-02-13
1
-6
/
+3
*
Different annotations on missed branches. I don't like them yet.
Ned Batchelder
2016-02-06
1
-1
/
+1
*
Add arc_destination_description so we can next make better descriptions
Ned Batchelder
2016-02-04
1
-3
/
+3
*
Oops, this fixes a test too
Ned Batchelder
2016-02-03
1
-7
/
+10
*
Use whitespace:pre to avoid having to convert spaces in the HTML report. Fixe...
Ned Batchelder
2016-02-01
1
-13
/
+11
*
Fix pylint warnings
Ned Batchelder
2015-09-04
1
-0
/
+15
*
Convert farm html tests to goldtests.
Ned Batchelder
2015-08-31
1
-32
/
+269
*
Experimenting with a new form for farm tests
Ned Batchelder
2015-08-30
1
-0
/
+50
*
Accommodate strange ShiningPanda logic if we are running under Jenkins. #404
Ned Batchelder
2015-08-29
1
-0
/
+8
*
Fix a crash when reporting on an unmeasured file. #403
Ned Batchelder
2015-08-28
1
-0
/
+9
*
Clean up some html tests
Ned Batchelder
2015-08-28
1
-18
/
+18
*
Formatting clean-ups in html.py and test_html.py
Ned Batchelder
2015-08-02
1
-8
/
+6
*
Use the new class name
Ned Batchelder
2015-07-27
1
-11
/
+11
*
Better spelling.
Ned Batchelder
2015-07-25
1
-7
/
+7
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
Refer to the project consistenly as coverage.py. #275
Ned Batchelder
2015-07-23
1
-5
/
+5
*
Remove an option on a test method we weren't using
Ned Batchelder
2015-07-20
1
-9
/
+7
*
Files with incorrect encoding declarations are no longer ignored. #351
Ned Batchelder
2015-05-17
1
-8
/
+3
*
Refactor datetime recency testing into a tested test helper
Ned Batchelder
2015-04-25
1
-8
/
+5
*
Make datetime imperviousness work on 2.6
Ned Batchelder
2015-04-22
1
-2
/
+4
[next]