summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-29 07:17:18 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-29 07:17:18 -0500
commit7c40a5e2bbc216e276ce49dc0ea1ec84062bd6a7 (patch)
treed668bb618da422e888d54e2695f34633625524ad
parent2c883bf322dfaa6173efda3805b402b3c0ad1dbb (diff)
downloadpython-coveragepy-git-7c40a5e2bbc216e276ce49dc0ea1ec84062bd6a7.tar.gz
Always more ideas.
-rw-r--r--TODO.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 6c5dc46f..30d2a2ef 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -97,6 +97,7 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation?
- Some way to focus in on red and yellow
- Show only lines near highlights?
- Jump to next highlight?
+ - Cookie for changes to pyfile.html state.
+ Clickable column headers on the index page.
+ Syntax coloring in HTML report.
+ Dynamic effects in HTML report.
@@ -123,6 +124,7 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation?
- Double function decorators: all decorator lines count as executable code.
- Document the .coverage file format.
+ HTML reporting.
+ - Much more detail about what's in the report.
- References between pages are off:
- They have <em> tags around them.
- They use #anchors that don't survive the px->html conversion.