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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
More reworking of the data api
Ned Batchelder
2015-07-12
3
-13
/
+12
*
|
Coverage._harvest_data is now Coverage.get_data
Ned Batchelder
2015-07-11
3
-6
/
+6
*
|
Split off CoverageDataFiles from CoverageData
Ned Batchelder
2015-07-11
1
-15
/
+28
*
|
Python 2.6
Ned Batchelder
2015-07-11
1
-2
/
+3
*
|
If __file__ disagrees with the frame, use the frame info. Fixes #380.
Ned Batchelder
2015-07-11
1
-0
/
+31
*
|
Add a test about claiming a plugin is a file tracer, when it is not.
Ned Batchelder
2015-07-06
1
-0
/
+13
*
|
Pylint warnings
Ned Batchelder
2015-07-05
2
-2
/
+2
*
|
Constructing the plugin is the plugin's business
Ned Batchelder
2015-07-05
5
-21
/
+22
*
|
Change how plugins are initialized. No more Plugin. Now coverage_init.
Ned Batchelder
2015-07-05
6
-71
/
+86
*
|
Clean up some pylint
Ned Batchelder
2015-07-03
2
-3
/
+4
*
|
Clean up remaining pylint problems in test_process.py
Ned Batchelder
2015-06-28
1
-6
/
+19
*
|
Paperwork for last merge
Ned Batchelder
2015-06-28
1
-0
/
+2
*
|
Correct comment
Ionel Cristian Maries
2015-06-28
1
-1
/
+1
*
|
Fix various assertions.
Ionel Cristian Maries
2015-06-28
2
-4
/
+9
*
|
Add missing import. Add assertions for 'No data to report.' in output.
Ionel Cristian Maries
2015-06-28
1
-3
/
+6
*
|
Make return codes consistent: 1 for no data and 2 for fail_under. Now the `re...
Ionel Cristian Maries
2015-06-28
1
-6
/
+26
*
|
Add tests for xml and html commands.
Ionel Cristian Maries
2015-06-28
1
-2
/
+13
*
|
Make fail_under fail if there is no coverage data.
Ionel Cristian Maries
2015-06-28
1
-0
/
+9
*
|
More PathAliases testing precision
Ned Batchelder
2015-06-16
1
-7
/
+1
*
|
Be more specific with PathAliases tests.
Ned Batchelder
2015-06-16
1
-3
/
+7
*
|
Add more contracts
Ned Batchelder
2015-06-16
1
-5
/
+4
*
|
Debugging plugin wrappers
Ned Batchelder
2015-06-14
1
-12
/
+12
*
|
Remove FileLocator from PathAliases. Now it always produces canonicalized paths.
Ned Batchelder
2015-06-13
2
-18
/
+30
*
|
Change FileLocator from a class to module-level functions
Ned Batchelder
2015-06-13
4
-22
/
+22
*
|
Python 3.5 raises warnings about bad escapes in re.sub replacements, so escap...
Ned Batchelder
2015-06-07
1
-3
/
+3
*
|
Tweak up the last merge
Ned Batchelder
2015-06-07
1
-8
/
+14
*
|
Use the run_in_temp_dir flag.
Ionel Cristian Maries
2015-06-07
1
-2
/
+3
*
|
Use TestCase here.
Ionel Cristian Maries
2015-06-07
1
-1
/
+2
*
|
Add a test for the Windows issue of actual_path.
Ionel Cristian Maries
2015-06-07
1
-1
/
+8
*
|
That didn't yield interesting info
Ned Batchelder
2015-06-03
1
-10
/
+0
*
|
Machete test for why Jenkins is importing six
Ned Batchelder
2015-06-03
1
-0
/
+10
*
|
Make sure not to call functions with an error set.
Ned Batchelder
2015-06-03
1
-1
/
+5
*
|
Dict literals changed in 3.5b1
Ned Batchelder
2015-05-27
1
-1
/
+6
*
|
Remove the module-level singleton functions.
Ned Batchelder
2015-05-27
1
-75
/
+0
*
|
Python 3.5 changed some of the regex error messages
Ned Batchelder
2015-05-27
1
-2
/
+2
*
|
Normalize measured data's filenames before adding to data.
Ned Batchelder
2015-05-25
1
-1
/
+2
*
|
Files with incorrect encoding declarations are no longer ignored. #351
Ned Batchelder
2015-05-17
2
-9
/
+8
*
|
All Python source is Unicode internally.
Ned Batchelder
2015-05-17
2
-9
/
+37
*
|
These tests were making mycode.py for tests that didn't need it.
Ned Batchelder
2015-05-17
1
-2
/
+12
*
|
Use PyContracts so we can declare/enforce parameter and return types.
Ned Batchelder
2015-05-17
1
-1
/
+1
*
|
Refactor datetime recency testing into a tested test helper
Ned Batchelder
2015-04-25
3
-8
/
+36
*
|
Fix a test, and finish the paperwork for #363.
Ned Batchelder
2015-04-24
1
-0
/
+0
*
|
Merged in lep/coverage.py (pull request #48)
Ned Batchelder
2015-04-24
3
-0
/
+15
|
\
\
|
*
|
Add annotated test file.
Leonardo Pistone
2015-04-14
1
-0
/
+4
|
*
|
Fix #363: crash when annotating non-ascii characters in python 2.
Leonardo Pistone
2015-04-14
2
-0
/
+11
*
|
|
A better way to indicate that a tempdir test isn't making any files.
Ned Batchelder
2015-04-24
2
-5
/
+3
*
|
|
Finish up clytwynec's pull request to implement combining directories. #354.
Ned Batchelder
2015-04-24
1
-9
/
+9
*
|
|
Merged in clytwynec/coverage.py/combine-from-multiple-dirs (pull request #51)
Ned Batchelder
2015-04-24
2
-2
/
+39
|
\
\
\
|
*
|
|
Update tests
Christine Lytwynec
2015-04-23
2
-25
/
+33
|
*
|
|
Added ability to combine coverage data files from multiple directories into o...
Christine Lytwynec
2015-04-21
2
-2
/
+31
[prev]
[next]