pytest-tornado icon indicating copy to clipboard operation
pytest-tornado copied to clipboard

Add an option to the io_loop fixture to configure ioloop maker

Open eugeniy opened this issue 10 years ago • 1 comments

Needed for apps that rely on IOLoop.instance()

Currently, IOLoop() is created, this should be overridable.

eugeniy avatar Feb 20 '15 23:02 eugeniy

Yes please, I'd like this. I'm using zmq in addition to tornado and it relies on IOLoop.instance(). I've solved it by calling io_loop.install() but it isn't very pretty :)

holljen avatar Mar 16 '16 06:03 holljen