diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-12 08:17:18 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-12 08:17:18 -0400 |
commit | 3f658e8f631a60a15131db94dd048826e07c151a (patch) | |
tree | b42152c04dcbfb4406306e15f70a70551579f7cc | |
parent | d26e33036f15c9f00c6238a965e97f6b700bd026 (diff) | |
download | python-coveragepy-3f658e8f631a60a15131db94dd048826e07c151a.tar.gz |
There's all kinds of edge conditions to consider.
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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?
|