holger krekel <hol...@merlinux.eu> writes:

>
> interesting little plugin.  On a general note, using "pytest_configure"
> is not the best way to setup global state.  It's better to do this::
>
>     @pytest.fixture(scope="session", autouse=True):
>     def setup_twisted_reactor(request):
>         ...
>         request.addfinalizer(...)

thanks for your comments. I'll try to implement that in the next
version. BTW, an early version of this plugin was once part of pylib :)

-- 
Cheers
Ralf
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to