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 | e88c97629f1261d8ae4db178aad4c97413e5962e (patch) | |
| tree | 8c375e8c38caa7aef8b133bb89a0ce83f74bddc2 /TODO.txt | |
| parent | 7c5bb2c1ec06db1b3cff33a5605fe6665e0586d0 (diff) | |
| download | python-coveragepy-e88c97629f1261d8ae4db178aad4c97413e5962e.tar.gz | |
Planning for this release.
Diffstat (limited to 'TODO.txt')
| -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
|
