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
/
test
/
test_cmdline.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the test directory to tests to avoid conflicts with the stdlib test pack...
Ned Batchelder
2013-02-02
1
-702
/
+0
*
Get rid of import craziness in the tests.
Ned Batchelder
2012-12-30
1
-3
/
+2
*
A bunch of tweaks to improve coverage
Ned Batchelder
2012-12-01
1
-0
/
+8
*
Now the title of the HTML report can be set.
Ned Batchelder
2012-11-09
1
-7
/
+15
*
Ugh. Setting the xml output file in the .coveragerc file simply didn't work....
Ned Batchelder
2012-11-07
1
-6
/
+6
*
The old way of getting help text was just weird.
Ned Batchelder
2012-11-04
1
-0
/
+6
*
A different (better) way to avoid warnings when no code has been run.
Ned Batchelder
2011-02-12
1
-13
/
+13
*
Don't warn about not collecting data if we never ran any code in the first pl...
Ned Batchelder
2011-02-07
1
-13
/
+13
*
Add tests and doc for Brandon's -m flag.
Ned Batchelder
2011-02-06
1
-1
/
+29
*
Pylint 0.23.0 'deprecated' disable-msg.
Ned Batchelder
2011-02-01
1
-1
/
+1
*
Wrap a long line.
Ned Batchelder
2010-07-25
1
-2
/
+3
*
All tests now use underscore names instead of some having camelCase names.
Ned Batchelder
2010-06-18
1
-32
/
+32
*
Add a test for --source, lots more needed.
Ned Batchelder
2010-06-18
1
-0
/
+11
*
The 'source' option is a list of directories or packages to limit coverage's ...
Ned Batchelder
2010-06-13
1
-20
/
+20
*
Omit and include are now filename patterns rather than prefixes. BACKWARD IN...
Ned Batchelder
2010-05-23
1
-50
/
+50
*
Format the code to pylint's liking, and fix up the docstrings for omit and in...
Ned Batchelder
2010-05-15
1
-2
/
+6
*
Hook up omit and include to the run command. Test the new cmdline behavior a...
Ned Batchelder
2010-05-15
1
-19
/
+60
*
Change 'requires' to 'include'.
Ned Batchelder
2010-05-15
1
-29
/
+29
*
fix a couple of bugs in control.py such that handling of omit_prefixes and/or...
wonwinmcbrootles@Wonwin-McBrootles-Computer.local
2010-05-09
1
-29
/
+29
*
Remove unittest main invocations.
Ned Batchelder
2010-03-15
1
-5
/
+1
*
If the user's code calls sys.exit(), honor the request and exit with that sta...
Ned Batchelder
2010-02-28
1
-0
/
+59
*
XML output file is configurable in .rc file.
Ned Batchelder
2010-01-09
1
-1
/
+1
*
Parallel mode can be set from the .coveragerc file.
Ned Batchelder
2010-01-03
1
-11
/
+21
*
Add tests for 'coverage debug data'
Ned Batchelder
2009-12-19
1
-0
/
+52
*
A --rcfile argument to specify the config file.
Ned Batchelder
2009-12-06
1
-8
/
+16
*
Yikes, I never had a test for --branch.
Ned Batchelder
2009-12-06
1
-0
/
+8
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-15
/
+15
*
A --version option for the command line.
Ned Batchelder
2009-12-01
1
-0
/
+4
*
When reporting, don't fall over if there's no data to report on. Fixes issue ...
Ned Batchelder
2009-11-26
1
-12
/
+1
*
Broke a test when I renamed the debug output line.
Ned Batchelder
2009-11-21
1
-1
/
+1
*
Dur! This is a better way to indicate how the tests should run.
Ned Batchelder
2009-11-18
1
-3
/
+1
*
Avoid some unneeded tempdir creation in tests.
Ned Batchelder
2009-11-15
1
-0
/
+4
*
Basic plumbing for a --branch option.
Ned Batchelder
2009-10-07
1
-7
/
+7
*
Help should focus on the new command syntax but also have a way to get help o...
Ned Batchelder
2009-10-04
1
-2
/
+2
*
Added a 'coverage debug' command to get internal information for diagnosing p...
Ned Batchelder
2009-09-27
1
-5
/
+20
*
XML command writes to coverage.xml, and takes a -o argument to write it somew...
Ned Batchelder
2009-09-25
1
-4
/
+39
*
Move common stuff to a common place.
Ned Batchelder
2009-09-25
1
-33
/
+25
*
Don't use -o for 'omit' in the new command syntax: it should mean output.
Ned Batchelder
2009-09-24
1
-6
/
+6
*
The best way to get py3k support: same source runs on both, with some contort...
Ned Batchelder
2009-09-22
1
-1
/
+3
*
A nicer way to write help text.
Ned Batchelder
2009-09-13
1
-1
/
+6
*
assertTrue isn't available in earlier Pythons?
Ned Batchelder
2009-09-13
1
-9
/
+9
*
More tests: really use the help function that writes to stdout.
Ned Batchelder
2009-09-13
1
-5
/
+38
*
All commands are now available as new-style commands.
Ned Batchelder
2009-09-13
1
-0
/
+33
*
Proper help handling for the new command-line syntax.
Ned Batchelder
2009-09-12
1
-6
/
+12
*
First new-style command: run
Ned Batchelder
2009-09-12
1
-116
/
+103
*
Major changes to introduce new command line syntax.
Ned Batchelder
2009-09-12
1
-14
/
+44
*
More command line cleanup.
Ned Batchelder
2009-09-12
1
-1
/
+1
*
Switch from getopt to optparse. Thanks, Ben Finney!
Ned Batchelder
2009-09-10
1
-4
/
+3
*
Fix some lint warnings.
Ned Batchelder
2009-09-09
1
-1
/
+6
*
Complete the mock tests for the command line parser. Maybe too complete...
Ned Batchelder
2009-09-09
1
-9
/
+203
[next]