summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-02-19 23:08:48 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-02-19 23:08:48 -0500
commitf70090edc42512d8c50d9629867645fff552b775 (patch)
tree4c1e312bb2d61a3fabaf5c69f3dcab24c8ae6302 /TODO.txt
parent34f71934dacede93f59b372fde4c5a646dbc702b (diff)
downloadpython-coveragepy-f70090edc42512d8c50d9629867645fff552b775.tar.gz
If the product code throws an exception, 'coverage run' now produces the same traceback as 'python' would, without the coverage-internal frames distracting from your code.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index cdbc673..360a34f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -210,5 +210,5 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation?
- Tests that tracing stops after calling stop()
- More intensive thread testing.
x Tests about the "import __main__" in cmdline.py
-- What happens if the -x script raises an exception?
++ What happens if the -x script raises an exception?
- Test that the kit has all the proper contents.