diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-27 16:07:19 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-27 16:07:19 -0500 |
commit | 5b321dc6ee92526cb52c28b018e62a4a7ab7a066 (patch) | |
tree | accafc2b88356f4755ab87a06f411517bcfb4b3e | |
parent | a601f54da31490dde9ded9c160ab679b3539dc2c (diff) | |
download | python-coveragepy-git-5b321dc6ee92526cb52c28b018e62a4a7ab7a066.tar.gz |
Move todo's to a distinct plugin section.
-rw-r--r-- | TODO.txt | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -16,6 +16,14 @@ Coverage TODO - XML report needs to get branch information.
+* Test-runner plugin
+
+- Support distribute/3k installation, register py.test-entrypoint there
+ as well as py-1.1.1 is 2.4-3.1 compatible.
+- Skip registering plugin entrypoints if not running on Jython.
+- Update docs to include a section about the plugin.
+
+
* Speed
+ C extension collector
@@ -59,9 +67,6 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do * Convenience
-- support distribute/3k installation, register py.test-entrypoint there
- as well as py-1.1.1 is 2.4-3.1 compatible.
-- skip registering plugin entrypoints if not running on Jython
- Command line modules should also be directories, meaning all the modules in that
directory.
- Why can't a morf also be a string, the name of a module?
|