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 | 7a1f98e11b2c4787b2a1ab0045760e5881e2e233 (patch) | |
tree | 3fce6550640471c4029e883a1b206e9f85ee2c80 | |
parent | 94244427e453661e6cb1fc3edfbc3c8384322d5a (diff) | |
download | python-coveragepy-7a1f98e11b2c4787b2a1ab0045760e5881e2e233.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
|