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
commit31f8d951e48ffcfac7bf62ae90474bdb8d404067 (patch)
treea828f85345e926f2b47db6bed92b725b10aa58a8
parentc6eac1583aada3d34e98fc8c490b1909221bfbcb (diff)
downloadpython-coveragepy-git-31f8d951e48ffcfac7bf62ae90474bdb8d404067.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 7f418aa5..8a48f687 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?