diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-20 05:55:36 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-20 05:55:36 -0500 |
commit | ee34bf8ae9088cf82eba89ed075811980ef7e1d1 (patch) | |
tree | 65c1057c8f1dc372953136afd2b6d6d3439a62d8 | |
parent | 56899edb4220a8540d12c482582278439396718b (diff) | |
download | python-coveragepy-ee34bf8ae9088cf82eba89ed075811980ef7e1d1.tar.gz |
Don't need these notes any more.
-rw-r--r-- | lab/cmd-opts.txt | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/lab/cmd-opts.txt b/lab/cmd-opts.txt deleted file mode 100644 index 3397d64..0000000 --- a/lab/cmd-opts.txt +++ /dev/null @@ -1,78 +0,0 @@ -coverage -e -x foo.py -coverage run foo.py -coverage run --timid foo.py -coverage foo.py * - - -global args: - - -h --help - --rcfile string - --version - - -commands: - - annotate -a - -d --output-directory string - -i --ignore-errors bool [report].ignore_errors - --omit list of string [report].omit - - combine -c - - debug - - erase -e - - help - - html -b - -d --output-directory string - -i --ignore-errors bool [report].ignore_errors - --omit list of string [report].omit - --red * - --green * - --style * - - report -r - -m --missing bool - -i --ignore-errors bool [report].ignore_errors - --omit list of string [report].omit - - run -x - -a --append bool - --branch bool [run].branch - -L --pylib bool [run].cover_pylib - -p --parallel bool - --timid bool [run].timid - - - --include=directory * [run].include - --include=filename * - --include=module * - --exclude=directory * [run].exclude - - - - xml - -i --ignore-errors bool [report].ignore_errors - --omit list of string [report].omit - -o string - - - - byteprep * - - -Other config: - - [report].exclude_lines list of string - [run].data_file string - - -Option scopes: - - - Cmd line - - coverage() - - ini file - - environment variable |