summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-12 08:17:18 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-12 08:17:18 -0400
commit3f658e8f631a60a15131db94dd048826e07c151a (patch)
treeb42152c04dcbfb4406306e15f70a70551579f7cc
parentd26e33036f15c9f00c6238a965e97f6b700bd026 (diff)
downloadpython-coveragepy-3f658e8f631a60a15131db94dd048826e07c151a.tar.gz
There's all kinds of edge conditions to consider.
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 7f418aa..8a48f68 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -113,3 +113,4 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- Tests that tracing stops after calling stop()
- More intensive thread testing.
- Tests about the "import __main__" in cmdline.py
+- What happens if the -x script raises an exception?