From d10eae03130489f6b44dbc5c292868c5d3f5c9e0 Mon Sep 17 00:00:00 2001 From: mzeidler Date: Wed, 8 Apr 2009 12:04:07 +0200 Subject: [PATCH] [svn r63821] Added comment due to the breaking of the setup_method() mechanism. --HG-- branch : trunk --- contrib/pytest_twisted/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/pytest_twisted/__init__.py b/contrib/pytest_twisted/__init__.py index c3eea64e3..d56d77cbe 100644 --- a/contrib/pytest_twisted/__init__.py +++ b/contrib/pytest_twisted/__init__.py @@ -1,5 +1,6 @@ """ TODO: + + switching on this plugin breaks 'setup_method' mechanism which then is not previously called before the test function. + credits to Ralf Schmitt See: http://twistedmatrix.com/pipermail/twisted-python/2007-February/014872.html + add option for twisted logging + write tests