eugeniy / pytest-tornado

A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
Apache License 2.0
121 stars 34 forks source link

Adding additional fixture dependencies to app fixture #28

Closed mikebohdan closed 5 years ago

mikebohdan commented 6 years ago

In some cases I need to generate new app fixture for each case based on value of another fixture. With current implementation of http_server and app fixtures I can't do that.