diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-11 16:25:27 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-11 16:25:27 -0400 |
commit | 199b654511cd41bd314dd3516f55e017978cc3b9 (patch) | |
tree | 1f194e753e9a6e5c6c0bdb6037d1c36e383d35a7 | |
parent | cccaed7af852537dcef86565e4af0a684e06a990 (diff) | |
download | python-coveragepy-git-199b654511cd41bd314dd3516f55e017978cc3b9.tar.gz |
Keep the TODO up to date.
-rw-r--r-- | TODO.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,7 +14,8 @@ Coverage TODO + C extension collector
- Ignore certain modules
-- Tricky swapping of collector like figleaf, pycov, et al.
+x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
+ this with C collector).
- Seems like there should be a faster way to manage all the line number sets in
CodeAnalyzer.raw_analyze.
- If tracing, canonical_filename_cache overlaps with should_trace_cache. Skip
@@ -63,7 +64,7 @@ Coverage TODO - Bare "except:" lines now count as executable code.
- Double function decorators: all decorator lines count as executable code.
+ Be sure --help text is complete (-i is missing).
-- Host the project somewhere with a real bug tracker, google code I guess.
++ Host the project somewhere with a real bug tracker: bitbucket.org
- Point discussion to TIP
- PEP 8 compliance?
|