diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:42:57 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:42:57 -0500 |
| commit | e3eb59636512b3d4ad8603948450fbc62dca2205 (patch) | |
| tree | 7f6d1a7e258c29693b4463a81cf2937f38294c2e | |
| parent | 7192182e33bef41a679e88b8acfa71654e639ebb (diff) | |
| download | python-coveragepy-git-e3eb59636512b3d4ad8603948450fbc62dca2205.tar.gz | |
Planning for this release.
| -rw-r--r-- | TODO.txt | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -1,11 +1,23 @@ Coverage TODO
+* 3.3
+
+- Config file
+ - A command switch to point to the rc file.
+ - Write docs
+- Better omit handling that ignores files during measurement.
+ - Deal with ~ in specified paths correctly.
+- while TRUE claims to be partial.
+ - A way to mark lines as partial branches, with a regex?
+ - Default to "while True:", "while 1:"
+- HTML keyboard short cuts
+
+
* 3.2
+ Some kind of indication in the HTML where yellow lines aren't going.
- Profile the reporting code: it's REALLY slow.
- parser is doing some redundant work.
-- while TRUE claims to be partial?
+ Analysis class should do rolling up of stats also (actually Numbers)
+ Update docs for --branch.
- self.coverage.data.has_arcs is ugly.
@@ -18,12 +30,6 @@ Coverage TODO + Polish up the help, and double-check the docs.
-* 3.3
-
-- Config file
-- Better omit handling that ignores files during measurement.
- - Deal with ~ in specified paths correctly.
-
* Speed
|
