summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-23 07:01:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-23 07:01:09 -0400
commit7a1f98e11b2c4787b2a1ab0045760e5881e2e233 (patch)
tree3fce6550640471c4029e883a1b206e9f85ee2c80
parent94244427e453661e6cb1fc3edfbc3c8384322d5a (diff)
downloadpython-coveragepy-7a1f98e11b2c4787b2a1ab0045760e5881e2e233.tar.gz
Always more ideas
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index ff0c937..11b588f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -48,6 +48,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- How will coverage.py package install over coverage.py module?
- Support 2.3 - 3.0?
http://pythonology.blogspot.com/2009/02/making-code-run-on-python-20-through-30.html
+- Use a .coveragerc file to control coverage.py without the programmatic API.
* Beauty