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
*
refactor: file names match the commands they implement better
Ned Batchelder
2023-05-13
1
-1
/
+1
*
perf: make the context shortcodes even shorter
Ned Batchelder
2023-04-01
1
-0
/
+9
*
test: check the HTML for context output
Ned Batchelder
2023-03-21
1
-0
/
+3
*
test: stricter regex to avoid false CodeQL alarms
Ned Batchelder
2023-02-22
1
-2
/
+2
*
style: use good style for annotated defaults parameters
Ned Batchelder
2023-01-05
1
-6
/
+6
*
mypy: use __future__ uniformly in checked files
Ned Batchelder
2023-01-05
1
-0
/
+2
*
mypy: check tests/goldtest.py, tests/test_html.py
Ned Batchelder
2022-12-31
1
-74
/
+89
*
fix: certain strange characters caused reporting to fail. #1512
Ned Batchelder
2022-12-23
1
-0
/
+32
*
style: fix spelling
Ned Batchelder
2022-11-28
1
-5
/
+5
*
build: allow for .devN version numbers
Ned Batchelder
2022-11-17
1
-1
/
+1
*
test: tests of HTML's helper assert_valid_hrefs
Ned Batchelder
2022-05-20
1
-1
/
+21
*
test: check that our generated html files have valid hrefs
Ned Batchelder
2022-05-19
1
-1
/
+25
*
style: parens should indent the same as their opening line
Ned Batchelder
2022-05-01
1
-4
/
+4
*
fix: don't write a .gitignore unless the directory is empty
Ned Batchelder
2022-01-11
1
-0
/
+7
*
refactor(test): move unicode handling tests to individual test files
Ned Batchelder
2021-11-20
1
-0
/
+27
*
refactor(test): no more subprocesses in test_html.py
Ned Batchelder
2021-11-20
1
-9
/
+13
*
fix: don't overwrite a .gitignore in the html output directory. #1244
nedbat/1244-again
Ned Batchelder
2021-11-12
1
-0
/
+7
*
refactor(test): use the expected name for initializing tests.
Ned Batchelder
2021-11-07
1
-2
/
+2
*
style: remove implicit string concatenation
Ned Batchelder
2021-10-30
1
-24
/
+24
*
feat: html output directory gets a .gitignore file. #1244
Ned Batchelder
2021-10-27
1
-0
/
+1
*
fix(html): fix a few problems with the html report
Ned Batchelder
2021-10-23
1
-11
/
+11
*
test: sometimes pytest directories have a "popen" component
Ned Batchelder
2021-10-23
1
-3
/
+4
*
refactor: no more need for a search path for static files
Ned Batchelder
2021-10-23
1
-57
/
+1
*
test: remove some obsolete HTML scrubs
Ned Batchelder
2021-10-17
1
-5
/
+0
*
test: don't show these functions when HTML gold files fail
Ned Batchelder
2021-10-17
1
-0
/
+1
*
test: html scrubs need to account for pytest dir naming
Ned Batchelder
2021-10-17
1
-0
/
+1
*
test: improve this one html test
Ned Batchelder
2021-10-17
1
-3
/
+3
*
refactor: no need for maybe-u prefixes in test regexes
Ned Batchelder
2021-10-10
1
-1
/
+1
*
feat: mention skipped file counts in the HTML report. #1163
Ned Batchelder
2021-08-06
1
-0
/
+4
*
test: change how we keep mismatched actual output
Ned Batchelder
2021-07-15
1
-0
/
+1
*
fix: generate flat file names differently
Ned Batchelder
2021-07-15
1
-3
/
+10
*
feat: warnings are now real warnings
Ned Batchelder
2021-05-30
1
-7
/
+8
*
refactor: move exceptions to their own module
Ned Batchelder
2021-05-02
1
-1
/
+1
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-8
/
+7
*
refactor: remove unneeded backward.py shims
Ned Batchelder
2021-05-01
1
-4
/
+3
*
refactor: remove code explicitly choosing between py2 and py3
Ned Batchelder
2021-05-01
1
-2
/
+0
*
refactor: our own change_dir context manager
Ned Batchelder
2021-03-11
1
-1
/
+1
*
test: reduce use of unittest
Ned Batchelder
2021-03-11
1
-4
/
+4
*
test: have pytest collect test classes uniformly
Ned Batchelder
2021-03-11
1
-1
/
+1
*
refactor: simplify a one-iteration loop
Ned Batchelder
2021-02-25
1
-4
/
+3
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
1
-17
/
+13
*
style: correct placement of auto-added pytest imports
Ned Batchelder
2021-01-31
1
-1
/
+1
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-47
/
+35
*
skip_covered and skip_empty for HTML. #1090
Ned Batchelder
2021-01-10
1
-19
/
+33
*
Need new gold files for pep626 partial branch HTML report
Ned Batchelder
2021-01-10
1
-16
/
+34
*
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
[next]