summaryrefslogtreecommitdiff
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
commit6dbe5d8a1042f3a55d904a077e6b077ac0b5716b (patch)
tree4c2677218515dc3a603dbf16e74ed0667b8cee1e
parent23a6785d477a127b70b3dab7eae05dd130b50c86 (diff)
downloadpython-coveragepy-git-6dbe5d8a1042f3a55d904a077e6b077ac0b5716b.tar.gz
Stuff to do before 3.2 release?
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index cde78cb4..8bd2b6f7 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