summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-29 21:26:50 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-29 21:26:50 -0500
commit7abb46ad6a6e511bc10646dd3f30cb93eb44c8d8 (patch)
tree2081507c9e929d91c3f1b0d7c82bf80862ddff87
parentf4fd807e53113a76173112e3ae0b8d35797b9b73 (diff)
downloadpython-coveragepy-git-7abb46ad6a6e511bc10646dd3f30cb93eb44c8d8.tar.gz
Ideas
-rw-r--r--TODO.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 30d2a2ef..2a528879 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -64,7 +64,9 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- Track callers of functions (ala std module trace)
- Method/Class/Module coverage reporting.
- .coverage files that can be kept separate, rather than accumulated.
-
+- test/coverage map: http://rbtcollins.wordpress.com/2009/09/16/back-from-hiatus/
+ - Similar to figleaf's sections.
+
* Convenience