pytest-tornado
pytest-tornado copied to clipboard
Allow configuring the value of `async_test_timeout` as a fixture
This will allow to, for example, increase the timeout for all tests on a
test module which are known to run slower but not increase the timeout
globally and without requiring to pass timeout to all gen_test
markers.
Polite bump.