From 5e201641af8915cba882fc6b556b6310a49fa399 Mon Sep 17 00:00:00 2001 From: hpk Date: Mon, 16 Apr 2007 14:37:00 +0200 Subject: [PATCH] [svn r42089] some more infos/issues put to the TODO file --HG-- branch : trunk --- py/doc/TODO.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/py/doc/TODO.txt b/py/doc/TODO.txt index cd2d86c08..9848ddebd 100644 --- a/py/doc/TODO.txt +++ b/py/doc/TODO.txt @@ -14,6 +14,9 @@ ld (review and shift to above) refactorings ------------------ +- merge py.execnet-lessthreads branch (it's working relatively + nicely, already) (M995) + - session / collection unification (particularly tryiter and buildname2items) - refine doctests usage (particularly skips of doctests if @@ -26,6 +29,23 @@ refactorings use a common syntax for specifiying connection methods and be able to instantiate gateways/connections through it. +- unification of "gateway"/host setup and teardown, including + rsyncing, i.e. cross-platform and dist-testing. + +- py.apigen tool -> separate runtime-data collection and + web page generation. (see M750), provide "py.apigen" tool + for generating API documentation + +features +-------------- + +- have a py.test scan/run database for results and test names + etc. (to allow quicker selection of tests and post-run + information on failures etc.) (M760) + +- consider features of py.apigen (recheck closed "M1016") + + packaging -------------------------------------