From c95b6544e4c0daab4845bc18b2c7d7b09f711cbe Mon Sep 17 00:00:00 2001 From: hpk Date: Fri, 18 Jul 2008 11:50:49 +0200 Subject: [PATCH] [svn r56636] note regarding collection/runtest ambiguity --HG-- branch : trunk --- py/doc/TODO.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/py/doc/TODO.txt b/py/doc/TODO.txt index 6f41b73a2..304d6605f 100644 --- a/py/doc/TODO.txt +++ b/py/doc/TODO.txt @@ -44,6 +44,15 @@ py.test certain situations because e.g. setup/teardown is fully performed although we have "skip by keyword" and could detect this early) +- reduce ambiguity/confusion of collection/running of tests: + - introduce "gentest" naming for generative tests and + deprecate test_* generators? + - collectors have collect() method + items have runtest() method + deprecate run() + - review source code and rename some internal methods to + help with un-confusing things + py.execnet --------------