summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-13 07:23:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-13 07:23:09 -0400
commit5049ce0519d3456e09b5ce7bac3c75c2ec9be5f1 (patch)
treeccea5c0161b1b57af2a130496a2fa43a7ca1811b /TODO.txt
parente8531ee7c5766b7468b6f19ae5837c63f5f18a15 (diff)
downloadpython-coveragepy-5049ce0519d3456e09b5ce7bac3c75c2ec9be5f1.tar.gz
Add some excluded lines to the annotation tests, and write some docstrings for annotate.py
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 1acf2dd..0275d9c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -124,13 +124,13 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- More classes:
- Module munging
+ Coverage data files
-- Why are some imports at the top of the file, and some in functions?
++ Why are some imports at the top of the file, and some in functions?
+ Get rid of sys.exitfunc use.
+ True and False (with no backward adaptation: the constants are new in 2.2.1)
+ Get rid of compiler module
+ In analyzing code
+ In test_coverage.py
-- Style:
++ Style:
+ lineno
+ filename
@@ -146,14 +146,14 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
+ Test both the C trace function and the Python trace function.
- Tests about the .coverage file.
- Tests about the --long-form of arguments.
-- Tests about overriding the .coverage filename.
++ Tests about overriding the .coverage filename.
- Tests about parallel mode.
+ Tests about assigning a multi-line string.
- Tests about tricky docstrings.
- Coverage test Coverage!
- Tests that tracing stops after calling stop()
- More intensive thread testing.
-- Tests about the "import __main__" in cmdline.py
+x Tests about the "import __main__" in cmdline.py
- What happens if the -x script raises an exception?
@@ -166,6 +166,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- Pythons 2.3, 2.4, 2.5, 2.6
- Version number in coverage/__init__.py:__version__
- Update CHANGES, including release date.
+- Update docs
- Kits:
- source .tgz
- windows .exe for each Python