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 | 31f8d951e48ffcfac7bf62ae90474bdb8d404067 (patch) | |
tree | a828f85345e926f2b47db6bed92b725b10aa58a8 | |
parent | c6eac1583aada3d34e98fc8c490b1909221bfbcb (diff) | |
download | python-coveragepy-git-31f8d951e48ffcfac7bf62ae90474bdb8d404067.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?
|