summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-05-29 23:51:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-05-29 23:51:53 -0400
commitec6b5187461bfe701e0741c35375a0e341c07e78 (patch)
treeba7d374837ce77cc9c6cd2102e355a9afb0654a2 /TODO.txt
parent366d15ff4949f6f13ccae5e800248a6b624a9ee2 (diff)
parentb5990d4ceb60c3028575a11f8d7fd4080411ed67 (diff)
downloadpython-coveragepy-git-ec6b5187461bfe701e0741c35375a0e341c07e78.tar.gz
Merge latest code from main coverage.py repo
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/TODO.txt b/TODO.txt
index 84723968..d7aefdd0 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,17 +1,5 @@
Coverage TODO
-* Zooko's code
-
-+ How do include and omit interact?
- Include, then omit.
-+ Test include and omit during run.
-- How do coverage.__init__(omit, include) interact with coverage.report(omit, include)?
- - Should cmdline pass omit and include to report/annotate/html/xml?
- They've already been given to the constructor.
-+ Can you use both omit and include together?
- yes.
-+ Fix up docstrings. How to deal well with the commonality among all the methods that take omit and include?
-
* 3.3
- Config file