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
/
helpers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
mypy: test_venv.py
Ned Batchelder
2023-01-07
1
-1
/
+2
*
style: use good style for annotated defaults parameters
Ned Batchelder
2023-01-05
1
-7
/
+7
*
mypy: Iterator is better than Generator
Ned Batchelder
2023-01-05
1
-4
/
+4
*
mypy: test_coverage.py, test_data.py
Ned Batchelder
2023-01-04
1
-2
/
+8
*
mypy: summary.py, test_summary.py, tests/coveragetest.py
Ned Batchelder
2023-01-04
1
-3
/
+3
*
refactor: a better way to have maybe-importable third-party modules
Ned Batchelder
2023-01-03
1
-20
/
+0
*
mypy: check tests/helpers.py
Ned Batchelder
2022-12-31
1
-34
/
+62
*
mypy: add data.py and test_api.py
Ned Batchelder
2022-12-31
1
-1
/
+1
*
test: seven tests that fail because of pypy 3882
Ned Batchelder
2022-12-30
1
-2
/
+3
*
fix: adjust some PyPy behaviors. #1515
Ned Batchelder
2022-12-27
1
-4
/
+3
*
refactor: remove mention of Python 2 unicode
Ned Batchelder
2022-11-06
1
-2
/
+2
*
test: pypy fixed their sys.path[0] difference, 3792
Ned Batchelder
2022-08-27
1
-5
/
+0
*
test: xfail some tests that need PyPy to improve #1426
Ned Batchelder
2022-08-02
1
-1
/
+6
*
test: xfail decorator tests that fail on PyPy 3.8 (7.3.10alpha)
Ned Batchelder
2022-05-21
1
-0
/
+9
*
style: remove an orphaned import
Ned Batchelder
2022-05-20
1
-1
/
+0
*
test: remove file-removal that isn't needed anymore
Ned Batchelder
2022-05-20
1
-6
/
+0
*
style: parens should indent the same as their opening line
Ned Batchelder
2022-05-01
1
-2
/
+2
*
refactor(test): a context manager to swallow warnings
Ned Batchelder
2022-02-04
1
-0
/
+12
*
test: a debug helper to show made-file contents
Ned Batchelder
2022-01-15
1
-0
/
+7
*
refactor(test): make re_lines (et al) look like re.search
Ned Batchelder
2021-10-28
1
-5
/
+5
*
refactor(test): re_lines is more useful if it returns a list
Ned Batchelder
2021-10-27
1
-4
/
+10
*
refactor(test): os_sep and remove_tree helpers
Ned Batchelder
2021-10-24
1
-0
/
+14
*
test: subprocess diagnostic for when we need it
Ned Batchelder
2021-10-16
1
-0
/
+6
*
style: use the official designation for utf-8
Ned Batchelder
2021-10-10
1
-1
/
+1
*
Support TOML v1.0.0 syntax in `pyproject.toml` (#1186)
Thomas Grainger
2021-07-13
1
-1
/
+1
*
test: better checking for CoverageWarnings
Ned Batchelder
2021-05-31
1
-2
/
+2
*
test: simplify run_command output handling
Ned Batchelder
2021-05-30
1
-5
/
+3
*
feat: warnings are now real warnings
Ned Batchelder
2021-05-30
1
-0
/
+15
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-7
/
+5
*
refactor: remove code explicitly choosing between py2 and py3
Ned Batchelder
2021-05-01
1
-10
/
+1
*
fix: don't measure third-party scripts
nedbat/bin-exclude
Ned Batchelder
2021-04-11
1
-1
/
+1
*
refactor: nice_file can be used as a function
Ned Batchelder
2021-03-22
1
-0
/
+6
*
refactor: make_file can be used as a function
Ned Batchelder
2021-03-22
1
-0
/
+42
*
refactor: pull module cleaning into here
Ned Batchelder
2021-03-11
1
-26
/
+1
*
refactor: our own change_dir context manager
Ned Batchelder
2021-03-11
1
-0
/
+17
*
refactor: slightly better coverage in coveragetest
Ned Batchelder
2021-02-21
1
-1
/
+1
*
refactor: remove unittest.assertCountEqual
Ned Batchelder
2021-02-06
1
-0
/
+11
*
Simplify the testing of the toml extra, fixing #1084
Ned Batchelder
2021-01-18
1
-0
/
+19
*
Move test helpers to tests.helpers
Ned Batchelder
2019-12-31
1
-0
/
+70
*
Combine test helpers: remove_files
Ned Batchelder
2019-12-17
1
-3
/
+8
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Refactor module cleaning so we can use it outside of tests
Ned Batchelder
2017-02-11
1
-1
/
+30
*
Get rid of some unused code paths
Ned Batchelder
2017-01-20
1
-3
/
+1
*
Promote re_line and re_lines to real helpers, with tests.
Ned Batchelder
2017-01-15
1
-0
/
+24
*
Add a test of CheckUniqueFilenames
Ned Batchelder
2017-01-15
1
-4
/
+12
*
Use a 2/3 name for unicode
Ned Batchelder
2016-11-23
1
-1
/
+2
*
Window encodings?
Ned Batchelder
2015-11-01
1
-2
/
+3
*
Merge
Ned Batchelder
2015-10-31
1
-1
/
+6
|
\
|
*
Account for no encoding at all...
Ned Batchelder
2015-10-25
1
-3
/
+5
|
*
Diagnostic for appveyor, part 2 of N
Ned Batchelder
2015-10-25
1
-1
/
+2
[next]