diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-28 08:13:20 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-28 08:13:20 -0400 |
commit | 1fe704b46139f76f237a64aba2ffaf1f879123c2 (patch) | |
tree | 1443829cdea77fd457da1632d21f24dcef4b45bb | |
parent | edb3dc5ecf3f62fb1d436e0359102e2e05555743 (diff) | |
download | python-coveragepy-1fe704b46139f76f237a64aba2ffaf1f879123c2.tar.gz |
Todo
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do - Changes from coverage 2.x:
- Bare "except:" lines now count as executable code.
- Double function decorators: all decorator lines count as executable code.
+ - Document the .coverage file format.
+ Be sure --help text is complete (-i is missing).
+ Host the project somewhere with a real bug tracker: bitbucket.org
- Point discussion to TIP
|