From 3fb8b07b5796892ccbc2e6f809ab26659a36e71d Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 24 Jan 2007 21:25:49 +0100 Subject: [PATCH] [svn r37294] seediff --HG-- branch : trunk --- py/doc/TODO.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/py/doc/TODO.txt b/py/doc/TODO.txt index c279b7725..7a7efe0fe 100644 --- a/py/doc/TODO.txt +++ b/py/doc/TODO.txt @@ -101,6 +101,9 @@ testing * (DONE more or less) try to be as 2.2 compatible as possible (use e.g. py.builtin.enumerate instead of "enumerate" directly) +* have all sessions check their options via Session.fixoptions() + and have session-particular tests and checks accordingly. + distributed testing / RSession ------------------------------------