diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-23 07:01:09 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-23 07:01:09 -0400 |
commit | 90e8d1711a6b34d32539fc4f377adeb605cb282b (patch) | |
tree | 3db8d2adf541d3a75fe7206908eb7b2ca8e2eb5c | |
parent | 6df4ece4a51ffd55825ac5c9cad2c41c45e33a50 (diff) | |
download | python-coveragepy-git-90e8d1711a6b34d32539fc4f377adeb605cb282b.tar.gz |
Always more ideas
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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
|