diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-29 21:26:50 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-29 21:26:50 -0500 |
commit | 7abb46ad6a6e511bc10646dd3f30cb93eb44c8d8 (patch) | |
tree | 2081507c9e929d91c3f1b0d7c82bf80862ddff87 | |
parent | f4fd807e53113a76173112e3ae0b8d35797b9b73 (diff) | |
download | python-coveragepy-git-7abb46ad6a6e511bc10646dd3f30cb93eb44c8d8.tar.gz |
Ideas
-rw-r--r-- | TODO.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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
|