[svn r51132] a todo/note on skip's and speed (inspired by exarkun on #pypy)

--HG--
branch : trunk
This commit is contained in:
hpk 2008-01-30 16:25:40 +01:00
parent 6db9a3bd2e
commit 24e2d79924
1 changed files with 4 additions and 0 deletions

View File

@ -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
--------------