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
*
fix: generate flat file names differently
Ned Batchelder
2021-07-15
1
-2
/
+3
*
fix: --fail-under=100 could report 100 is less than 100.
Ned Batchelder
2021-05-31
1
-0
/
+16
*
build: mark a few lines as not covered
Ned Batchelder
2021-05-30
1
-2
/
+2
*
feat: warnings are now real warnings
Ned Batchelder
2021-05-30
1
-5
/
+9
*
fix: Python 3.8.10 changed how __file__ is reported when running directories
Ned Batchelder
2021-05-11
1
-1
/
+1
*
refactor: remove a few more version checks
Ned Batchelder
2021-05-02
1
-4
/
+1
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-41
/
+40
*
refactor: remove code explicitly choosing between py2 and py3
Ned Batchelder
2021-05-01
1
-16
/
+1
*
fix: don't warn that dynamic plugins already imported their source files. #1150
Ned Batchelder
2021-05-01
1
-1
/
+27
*
fix: restore metacov functioning
Ned Batchelder
2021-04-11
1
-1
/
+1
*
fix: don't measure third-party scripts
nedbat/bin-exclude
Ned Batchelder
2021-04-11
1
-44
/
+111
*
fix: don't measure third-party packages
Ned Batchelder
2021-04-10
1
-1
/
+99
*
test: skip a test on pypy
Ned Batchelder
2021-03-11
1
-5
/
+4
*
test: show more information for not-passed tests
Ned Batchelder
2021-03-11
1
-1
/
+1
*
test: reduce use of unittest
Ned Batchelder
2021-03-11
1
-8
/
+7
*
refactor: no need for specialized assert_starts_with method
Ned Batchelder
2021-03-06
1
-1
/
+1
*
build: update to latest pylint
Ned Batchelder
2021-02-26
1
-1
/
+1
*
refactor: convert all skipping to pytest skips
Ned Batchelder
2021-02-07
1
-37
/
+19
*
test: these tests can run during metacov
Ned Batchelder
2021-02-07
1
-1
/
+0
*
test: more-uniform skipping of test during metacov
Ned Batchelder
2021-02-07
1
-22
/
+13
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
1
-11
/
+17
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-170
/
+162
*
Add combine --keep (#1110)
Éric Larivière
2021-01-30
1
-0
/
+22
*
Clean up the platform constants in env.py
Ned Batchelder
2021-01-10
1
-1
/
+1
*
Always output TOTAL line.
Judson Neer
2021-01-06
1
-3
/
+9
*
This test doesn't work on Mac either.
Ned Batchelder
2021-01-02
1
-1
/
+1
*
This test is picky about platforms
Ned Batchelder
2020-11-28
1
-1
/
+1
*
Fix tests for GitHub windows platform
Ned Batchelder
2020-11-28
1
-3
/
+3
*
PyPy 3.7 doesn't act exactly like CPython 3.7
Ned Batchelder
2020-10-10
1
-1
/
+1
*
More bitbucket->github urls
Ned Batchelder
2020-08-18
1
-10
/
+10
*
Provide more information in the fail-under message
Ned Batchelder
2020-06-28
1
-2
/
+8
*
message for fail-under
navyad
2020-04-19
1
-2
/
+2
*
sysconfig has been available since 2.7
Ned Batchelder
2020-02-29
1
-2
/
+2
*
Better xfail mechanism
Ned Batchelder
2020-01-18
1
-3
/
+5
*
A test of running coverage when it has been zipped. #862
Ned Batchelder
2020-01-11
1
-1
/
+12
*
A test that reproduces #862
Ned Batchelder
2020-01-10
1
-0
/
+18
*
A test for #909
Ned Batchelder
2020-01-03
1
-0
/
+28
*
Changing PYVERSION to six elements broke one equality comparison
Ned Batchelder
2019-12-31
1
-1
/
+1
*
Adjust other env.PYPY tests to the latest way
Ned Batchelder
2019-12-31
1
-3
/
+2
*
Don't need to check for JSON-era bad-data messages any more
Ned Batchelder
2019-12-22
1
-10
/
+0
*
I'm not sure why I was deleting these meta env vars
Ned Batchelder
2019-12-01
1
-0
/
+3
*
Run windows tests in parallel
Ned Batchelder
2019-11-26
1
-1
/
+16
*
Adapt to 3.9's way of reporting files using absolute paths.
Ned Batchelder
2019-11-25
1
-6
/
+13
*
Implement __spec__ for files we run. #745 #838
Ned Batchelder
2019-11-24
1
-7
/
+26
*
'[run] note' is no longer supported.
Ned Batchelder
2019-11-09
1
-22
/
+1
*
Upgrade pylint
Ned Batchelder
2019-10-18
1
-1
/
+1
*
Avoid a test that recent pypy3 can't run properly
Ned Batchelder
2019-09-15
1
-0
/
+3
*
No need for format indexes (mostly)
Ned Batchelder
2019-09-01
1
-3
/
+3
*
Can't run the delete-my-directory tests on Windows
Ned Batchelder
2019-07-06
1
-0
/
+5
*
Add tests of bug #806, and ensure it's fixed even if the program ends with an...
Ned Batchelder
2019-07-06
1
-0
/
+30
[next]