summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-18 07:51:41 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-18 07:51:41 -0400
commit81ca06e4f1ea5628d315189bcbf5f4540593f14c (patch)
tree704771d74b12106821214cfaed41517bd65bc2a4
parent9329626b0d7629dd69eeffedf05b6515f7c5f798 (diff)
downloadpython-coveragepy-81ca06e4f1ea5628d315189bcbf5f4540593f14c.tar.gz
Command-line notes
-rw-r--r--lab/cmd-opts.txt51
1 files changed, 51 insertions, 0 deletions
diff --git a/lab/cmd-opts.txt b/lab/cmd-opts.txt
new file mode 100644
index 0000000..5328ead
--- /dev/null
+++ b/lab/cmd-opts.txt
@@ -0,0 +1,51 @@
+coverage -e -x foo.py
+coverage run foo.py
+coverage run --timid foo.py
+coverage foo.py
+
+
+commands:
+
+ run -x
+ --timid bool
+ -p --parallel bool
+ -L --stdlib bool
+ --branch bool *
+ -a --append bool
+
+ erase -e
+
+ combine -c
+
+ report -r
+ -m --missing bool
+ -i --ignore-errors bool
+ -o --omit list of string
+
+ annotate -a
+ -d --output-directory string
+ -i --ignore-errors bool
+ -o --omit list of string
+
+ html -b
+ -d --output-directory string
+ -i --ignore-errors bool
+ -o --omit list of string
+ --red *
+ --green *
+ --style *
+
+ help
+
+ byteprep *
+
+ cobertura *
+
+
+
+Option scopes:
+
+ - Cmd line
+ - coverage()
+ - ini file
+ - environment variable