index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-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]