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_process.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update pylint to 1.5.6
Ned Batchelder
2016-06-25
1
-1
/
+3
*
Fixes two overlookeds self.skip calls
Ned Batchelder
2016-06-25
1
-2
/
+2
*
Combine no longer appends by default
Ned Batchelder
2016-06-25
1
-1
/
+1
*
Prevent subprocess measurement from measuring coverage commands. #492
Ned Batchelder
2016-06-24
1
-2
/
+0
*
Clean up the previous commit that adds a test for #492
Ned Batchelder
2016-06-24
1
-2
/
+5
*
Cleanup test case #492
Dan Riti
2016-06-24
1
-0
/
+7
*
Add test case that demonstrates problem #492
Dan Riti
2016-06-24
1
-3
/
+29
*
Another use of try_execfile.py to adjust
Ned Batchelder
2016-06-12
1
-1
/
+1
*
Move try_execfile.py to an unambiguous place
Ned Batchelder
2016-06-12
1
-16
/
+24
*
Use standard skipTest, which unittest-mixins will override.
Ned Batchelder
2016-06-12
1
-7
/
+7
*
Fix __main__.py showing up in help output
scottbelden
2016-06-02
1
-0
/
+9
*
Add a test of the changes for #438.
Ned Batchelder
2015-11-14
1
-0
/
+11
*
Try a different strategy for setting and testing output encodings
Ned Batchelder
2015-10-31
1
-2
/
+3
*
Fix the non-ascii filename tests on windows (?)
Ned Batchelder
2015-10-31
1
-25
/
+25
*
Properly handle filenames with non-ASCII characters. #432
Ned Batchelder
2015-10-25
1
-0
/
+76
*
Combining now issues warnings on unreadable files, unconditionally
Ned Batchelder
2015-10-04
1
-1
/
+1
*
Combine can now ignore errors.
Ned Batchelder
2015-10-03
1
-0
/
+36
*
Clean up the debugging for the Travis issue
Ned Batchelder
2015-09-18
1
-3
/
+0
*
derp3
Ned Batchelder
2015-09-17
1
-2
/
+2
*
derp2
Ned Batchelder
2015-09-17
1
-1
/
+1
*
derp
Ned Batchelder
2015-09-17
1
-1
/
+1
*
Figure out why py3 is failing on Travis
Ned Batchelder
2015-09-17
1
-0
/
+3
*
Use ntpath so Windows file manipulation can be tested the same everywhere.
Ned Batchelder
2015-08-15
1
-6
/
+2
*
Fix --append trying to make a new file. #392
Ned Batchelder
2015-08-03
1
-0
/
+14
*
Support directories on the 'coverage run' command line. #252
Ned Batchelder
2015-08-01
1
-0
/
+27
*
Erasing in parallel mode now deletes all the data files. #262
Ned Batchelder
2015-07-30
1
-0
/
+17
*
Another test of --append.
Ned Batchelder
2015-07-30
1
-0
/
+24
*
Refactor to reduce duplication.
Ned Batchelder
2015-07-30
1
-31
/
+7
*
Refactoring cmdline in prep for getting --append to work again.
Ned Batchelder
2015-07-30
1
-1
/
+30
*
Fix a few more occurrences of 'Coverage' to 'coverage.py'
Ned Batchelder
2015-07-27
1
-3
/
+2
*
New config option: run:note lets you annotate the data file.
Ned Batchelder
2015-07-26
1
-1
/
+17
*
Get rid of napoleon style docstrings, they don't format nicely.
Ned Batchelder
2015-07-26
1
-7
/
+8
*
Better spelling.
Ned Batchelder
2015-07-25
1
-1
/
+1
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
Change CoverageData.summary() to CoverageData.line_counts()
Ned Batchelder
2015-07-16
1
-8
/
+8
*
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
*
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
*
addCleanup cleanup
Ned Batchelder
2015-02-13
1
-5
/
+1
*
Remove (most) tearDown functions in favor of addCleanup
Ned Batchelder
2015-02-09
1
-2
/
+3
*
Fully embrace SkipTest with our own method.
Ned Batchelder
2015-02-07
1
-78
/
+82
*
Make sure all tests use super().setUp properly.
Ned Batchelder
2015-02-07
1
-0
/
+1
*
Give a reasonable warning for a previous assert. Closes #353.
Ned Batchelder
2015-01-26
1
-0
/
+25
*
Make some test setup more uniform
Ned Batchelder
2015-01-18
1
-3
/
+4
*
Collect all the nudgy environment checks into coverage.env
Ned Batchelder
2015-01-18
1
-11
/
+12
*
Use file names with extensions in reports.
Ned Batchelder
2015-01-17
1
-4
/
+4
*
OK, I should really stop fiddling with spell-check...
Ned Batchelder
2014-11-27
1
-5
/
+7
[prev]
[next]