summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-02-22 07:22:52 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-02-22 07:22:52 -0500
commitd16df59ff31dda7ae5b062786798d72460c33357 (patch)
tree63ab9314de9bf0d5048d649c82dd3b1f199b7477 /TODO.txt
parent4421797d3dddd1a9616c8164cc611aa998d385c3 (diff)
downloadpython-coveragepy-d16df59ff31dda7ae5b062786798d72460c33357.tar.gz
Fiddling with docs for 3.3
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 360a34f..3bfcae2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,6 +5,9 @@ Coverage TODO
- Config file
+ A command switch to point to the rc file.
- Write docs
+
+* Soon
+
- Ship the nose and py.test plugin.
- Better omit handling that ignores files during measurement.
- Deal with ~ in specified paths correctly.
@@ -98,6 +101,9 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation?
from the command line, to reconsider exclusions.
- Reporting on files never touched by coverage (package completeness)
- A setup.py command? http://jeetworks.org/node/50
+- Deltas: indicate the change in coverage percentage from the last run.
+- Show lines missing rather than lines run in the reporting, since that's what
+ you need to focus on.
* Beauty