[py-svn] r51132 - py/trunk/py/doc

hpk at codespeak.net hpk at codespeak.net
Wed Jan 30 16:25:40 CET 2008


Author: hpk
Date: Wed Jan 30 16:25:40 2008
New Revision: 51132

Modified:
   py/trunk/py/doc/TODO.txt
Log:
a todo/note on skip's and speed (inspired by exarkun on #pypy) 


Modified: py/trunk/py/doc/TODO.txt
==============================================================================
--- py/trunk/py/doc/TODO.txt	(original)
+++ py/trunk/py/doc/TODO.txt	Wed Jan 30 16:25:40 2008
@@ -22,6 +22,10 @@
 
 - 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
 --------------
 


More information about the py-svn mailing list