From ebb5ca5f5ba29d3389f2b57e49f0a3d9648938a7 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 25 Nov 2009 19:37:34 +0100 Subject: add python3/jython compat TODO --- TODO.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 01e886c..bf4e3e5 100644 --- a/TODO.txt +++ b/TODO.txt @@ -59,6 +59,9 @@ 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 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(-) (limited to 'TODO.txt') 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