summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index bf4e3e5..14eac01 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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?