summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-09 08:07:49 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-09 08:07:49 -0500
commit65f82932eafe64f07fc89ee31b89480db15df367 (patch)
treee3c9ff80521b6bc6aa0cffaff946c1b3dffea64b /TODO.txt
parent289645ef4b1cf157d691b0e2a586bdac614f6cd5 (diff)
downloadpython-coveragepy-65f82932eafe64f07fc89ee31b89480db15df367.tar.gz
Stuff to do before 3.2 release?
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index cde78cb..8bd2b6f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,6 +11,9 @@ Coverage TODO
- self.coverage.data.has_arcs is ugly.
- Branches that never jump to nocover lines shouldn't be marked as partial.
(see top of test_cogapp for examples)
+- Maybe turning off yellow lines should make those lines green?
+- A missing branch to leave the function shows an annotation of -1.
+
* Speed