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
*
test: adapt to latest pylint
Ned Batchelder
2023-02-09
1
-3
/
+3
*
fix: isolate user code from coverage.py internal code flags. #1524
Ned Batchelder
2023-01-09
1
-1
/
+1
*
style: use good style for annotated defaults parameters
Ned Batchelder
2023-01-05
1
-10
/
+10
*
mypy: use __future__ uniformly in checked files
Ned Batchelder
2023-01-05
1
-0
/
+2
*
mypy: test_debug.py test_execfile.py test_filereporter.py test_files.py
Ned Batchelder
2023-01-04
1
-5
/
+5
*
refactor: a better way to filter `coverage debug pybehave`
Ned Batchelder
2023-01-01
1
-0
/
+6
*
mypy: add cmdline.py and test_cmdline.py
Ned Batchelder
2022-12-31
1
-72
/
+104
*
refactor: removed mentions of Jython and IronPython
Ned Batchelder
2022-12-30
1
-2
/
+0
*
fix: only accept known values for --format
Ned Batchelder
2022-11-06
1
-0
/
+5
*
refactor: use `format` wherever we can
Ned Batchelder
2022-11-05
1
-2
/
+2
*
feat: report terminal output in Markdown Table format #1418 (#1479)
stepeos
2022-11-05
1
-1
/
+1
*
test: add a test for some uncovered lines in cmdline.py
Ned Batchelder
2022-05-23
1
-0
/
+6
*
style: parens should indent the same as their opening line
Ned Batchelder
2022-05-01
1
-6
/
+6
*
style: remove pylint exclusions only needed for 2/3
Ned Batchelder
2022-02-20
1
-1
/
+1
*
test: nicer way to test debug=pybehave
Ned Batchelder
2022-02-06
1
-3
/
+4
*
debug: pybehave is now an option on `coverage debug`
Ned Batchelder
2022-02-06
1
-1
/
+11
*
test: update --precision & --fail-under tests to really test the fix from #1317
Ned Batchelder
2022-02-01
1
-38
/
+51
*
fix: use --precision argument when checking --fail-under (#1317)
Marcelo Trylesinski
2022-02-01
1
-0
/
+3
*
feat: use --data-file to configure the coverage database
Nikita Bloshchanevich
2022-01-25
1
-0
/
+25
*
feat: add "lcov" command for generating LCOV reports
Bradley Burns
2022-01-22
1
-18
/
+73
*
feat: multiple --concurrency values. #1012 #1082
nedbat/multi-concurrency
Ned Batchelder
2021-11-25
1
-15
/
+11
*
refactor(test): make_data_file is a helper for making data files
Ned Batchelder
2021-11-20
1
-15
/
+10
*
docs: document the exceptions
Ned Batchelder
2021-11-14
1
-2
/
+2
*
test: add a test of `coverage debug premain`
Ned Batchelder
2021-11-13
1
-0
/
+15
*
debug: the `coverage debug` command no longer accepts multiple topics
Ned Batchelder
2021-11-13
1
-3
/
+7
*
feat: 'debug data' now enumerates combinable files also
Ned Batchelder
2021-11-13
1
-9
/
+31
*
refactor: add_lines only needs an iterable of ints
Ned Batchelder
2021-11-13
1
-2
/
+2
*
refactor(test): use the expected name for initializing tests.
Ned Batchelder
2021-11-07
1
-2
/
+2
*
refactor(test): make traceback checks a bit flexible
Ned Batchelder
2021-11-04
1
-4
/
+5
*
feat: xml and json say what they are doing, and -q quiets everything. #1254
nedbat/dashq
Ned Batchelder
2021-10-26
1
-0
/
+41
*
refactor: alphabetize the options
Ned Batchelder
2021-10-26
1
-53
/
+53
*
refactor(test): os_sep and remove_tree helpers
Ned Batchelder
2021-10-24
1
-3
/
+3
*
feat: HTML report now says where the report is. #1195 (#1207)
Ned Batchelder
2021-08-05
1
-1
/
+1
*
refactor: move exceptions to their own module
Ned Batchelder
2021-05-02
1
-1
/
+1
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-11
/
+11
*
refactor: remove unused test class setting
Ned Batchelder
2021-03-11
1
-1
/
+0
*
test: reduce use of unittest
Ned Batchelder
2021-03-11
1
-2
/
+2
*
refactor: convert all skipping to pytest skips
Ned Batchelder
2021-02-07
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
[next]