From 39a82d0400cf97e0c780b9378b3714fb57c6cb31 Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 24 Jan 2007 20:16:26 +0100 Subject: [PATCH] [svn r37289] todotodo --HG-- branch : trunk --- py/doc/TODO.txt | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/py/doc/TODO.txt b/py/doc/TODO.txt index a84590180..4e0d5e6df 100644 --- a/py/doc/TODO.txt +++ b/py/doc/TODO.txt @@ -68,21 +68,18 @@ packaging APIGEN / source viewer ------------------------------------- -* make py.test --apigen=PATH_TO_SCRIPT +* (DONE) make py.test --apigen=PATH_TO_SCRIPT collect tracing information and call the apigen script to produce api and source code documentation - (done) - * deploy the above "py.test --apigen" run on codespeak regularly, determine directory locations and URL namespace design. -* integrate rest directive into py/documentation/conftest.py +* (DONE, XXX functions/methods?) integrate rest directive into + py/documentation/conftest.py with help code from py.__.rest.directive.... make sure that the txt files in py/documentation/ use it - (done XXX functions/methods) - testing ----------- @@ -94,18 +91,11 @@ testing - running "py.test --looponfailing" - running "py.test" distributed on some hosts -* consider --box on trunk (XXX guido - find tests that depend on each other) +* make --box run on the trunk -* tests should not create any tempdirectories in the source code base - - - (done) - -* try to be as 2.2 compatible as possible +* (done) try to be as 2.2 compatible as possible (use e.g. py.builtin.enumerate instead of "enumerate" directly) - (done) - distributed testing / RSession ------------------------------------