summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-30 19:13:04 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-30 19:13:04 -0500
commit65de351fb52859233f1aaaaefe6d2d21acec4315 (patch)
tree2f962fd5295aa8e1d7326cd6a7e80af167b0dfa8 /TODO.txt
parent27bde2b5ca4c8d6512867efe90dec72e1ce75974 (diff)
downloadpython-coveragepy-65de351fb52859233f1aaaaefe6d2d21acec4315.tar.gz
Provide some guidance to readers of the todo list. Closes #227.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index a7e7fb3..0deb9f5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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.