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_cmdline.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: convert all skipping to pytest skips
nedbat/better-combine-action
Ned Batchelder
2021-02-06
1
-4
/
+2
*
refactor: remove reliance on unittest_mixins.StdStreamCapturingMixin
Ned Batchelder
2021-02-02
1
-4
/
+6
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
1
-4
/
+3
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-54
/
+50
*
Add combine --keep (#1110)
Éric Larivière
2021-01-30
1
-5
/
+5
*
More bitbucket->github urls
Ned Batchelder
2020-08-18
1
-1
/
+1
*
CmdLineStdoutTest::test_cmd_help: test for at least 20 lines (#1013)
latricewilgus
2020-07-19
1
-1
/
+1
*
Report descending sort option (#1005)
Jerin Peter George
2020-07-03
1
-0
/
+6
*
--skip-empty now applies to the XML report also. #976
nedbat/bug976
Ned Batchelder
2020-06-30
1
-1
/
+1
*
Simplify testing of --no-skip-covered, and add docs
Ned Batchelder
2020-06-29
1
-0
/
+10
*
Make the bare help message a bit more helpful
Ned Batchelder
2020-05-17
1
-1
/
+1
*
Finish up --precision
Ned Batchelder
2020-05-12
1
-3
/
+13
*
"coverage debug premain"
Ned Batchelder
2020-01-11
1
-1
/
+1
*
Optionally skip empty files in reports
reybog90
2019-11-01
1
-1
/
+8
*
Upgrade pylint
Ned Batchelder
2019-10-18
1
-1
/
+1
*
Create a JSON report
Matt Bachmann
2019-08-31
1
-14
/
+80
*
Fix a test.
Stephan Richter
2019-06-10
1
-1
/
+1
*
Pass the contexts to the report command.
Albertas Agejevas
2019-06-10
1
-2
/
+9
*
Don't name new method the same as old attribute
Ned Batchelder
2019-04-20
1
-2
/
+2
*
Fix #708: .filename is private, and don't combine over ourselves
Ned Batchelder
2019-04-15
1
-2
/
+2
*
Use a function instead of a method to show help
Ned Batchelder
2018-11-26
1
-10
/
+9
*
PyRunner knows how to run Python files.
Ned Batchelder
2018-11-25
1
-29
/
+58
*
Use implicit mock patching instead of explicit DI for cmdline tests
Ned Batchelder
2018-11-25
1
-280
/
+288
*
Always include a documentation link at the end of help messages
Ned Batchelder
2018-10-21
1
-6
/
+14
*
One more error case for the command line
Ned Batchelder
2018-10-19
1
-3
/
+17
*
`[run] command_line` is the command line to use for 'coverage run'. #695
Ned Batchelder
2018-10-18
1
-4
/
+43
*
This is literally what setdefault is for
Ned Batchelder
2018-10-18
1
-2
/
+1
*
Even more clarity for an error message
Ned Batchelder
2018-09-25
1
-0
/
+4
*
Merge branch 'nedbat/contexts'
Ned Batchelder
2018-09-21
1
-1
/
+1
|
\
|
*
Plumb through context= setting
Ned Batchelder
2018-09-18
1
-1
/
+1
*
|
Clarify an error message
Ned Batchelder
2018-09-19
1
-1
/
+1
|
/
*
Better sys_info: pid, and a more understandable name.
Ned Batchelder
2018-08-26
1
-1
/
+1
*
Simplify how run --append works.
Ned Batchelder
2018-08-09
1
-11
/
+7
*
Merge branch 'master' into nedbat/data-sqlite
Ned Batchelder
2018-08-08
1
-16
/
+0
|
\
|
*
No need to erase before running
Ned Batchelder
2018-08-08
1
-16
/
+0
*
|
CoverageData now also handles file operations
Ned Batchelder
2018-07-23
1
-6
/
+5
|
/
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
check_preimported=True controls whether coverage checks pre-imported files wh...
Ned Batchelder
2018-03-06
1
-1
/
+1
*
fail_under can now be a float. #631.
Ned Batchelder
2018-01-21
1
-3
/
+9
*
Skip these new tests on Jython
Ned Batchelder
2017-10-21
1
-0
/
+4
*
Fix the recent command-name tests for Windows
Ned Batchelder
2017-10-21
1
-2
/
+3
*
Be more flexible about the command name in help. #600
Ned Batchelder
2017-10-19
1
-7
/
+8
*
Get the command name from the file path of the first command-line argument.
Ben Finney
2017-10-19
1
-0
/
+24
*
Update to pylint 1.7.1
Ned Batchelder
2017-04-22
1
-1
/
+1
*
Print command-line errors to stderr instead of stdout
Ned Batchelder
2017-04-13
1
-10
/
+10
*
Use capital-Coverage
Ned Batchelder
2017-03-11
1
-60
/
+58
*
Move fail-under tests from process-oriented integration tests to fake-oriente...
Ned Batchelder
2017-03-08
1
-0
/
+59
*
Refactor command_line into a function.
Ned Batchelder
2017-03-08
1
-4
/
+4
*
Remove explicit clean-up methods that just set an attribute
Ned Batchelder
2017-01-11
1
-6
/
+2
*
Remove an unused exception.
Ned Batchelder
2016-12-31
1
-1
/
+1
[next]