From a62bd09903e9ab0482c400ac7fdc38e414f3419d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 27 Nov 2009 16:07:19 -0500 Subject: Move todo's to a distinct plugin section. --- TODO.txt | 11 ++++++++--- 1 file 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? -- cgit v1.2.1