diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-30 19:13:04 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-30 19:13:04 -0500 |
commit | 6c2594a41d99ead5c6734ed62f6fc0db21750ccb (patch) | |
tree | 2ba67700115e4b369ffe0001ef6d592423559545 | |
parent | 32b308f6471fbd1167480b3fd01827652d7bd9a2 (diff) | |
download | python-coveragepy-git-6c2594a41d99ead5c6734ed62f6fc0db21750ccb.tar.gz |
Provide some guidance to readers of the todo list. Closes #227.
-rw-r--r-- | TODO.txt | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,5 +1,12 @@ Coverage TODO +Key: + * Heading + - Not done yet. + + Done. + x Not going to do. + + * --source stuff: + warn if a package is never found. + warn if no data was collected @@ -160,8 +167,8 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation? * Installation -- How will Coverage package install over coverage.py module? -- pip can't install it: it reads the coverage html page, and finds the kit link, +x How will Coverage package install over coverage.py module? +x pip can't install it: it reads the coverage html page, and finds the kit link, but then can't handle the root-relative link. |