From 24e2d79924f4107c85a4c10e9e37303e9a16a6c8 Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 30 Jan 2008 16:25:40 +0100 Subject: [PATCH] [svn r51132] a todo/note on skip's and speed (inspired by exarkun on #pypy) --HG-- branch : trunk --- py/doc/TODO.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/py/doc/TODO.txt b/py/doc/TODO.txt index e74e188c6..2ee113d92 100644 --- a/py/doc/TODO.txt +++ b/py/doc/TODO.txt @@ -22,6 +22,10 @@ py.test - document py.test's conftest.py approach +- review and optimize skip-handling (it can be quite slow in + certain situations because e.g. setup/teardown is fully performed + although we have "skip by keyword" and could detect this early) + py.execnet --------------