previously result in the test silently being skipped).
* Better stack traces are now displayed when a test times out.
* Fixed the test suite when ``unittest2`` is installed on Python 3.
+* The ``@gen_test`` decorator now passes along ``*args, **kwargs`` so it
+ can be used on functions with arguments.
`tornado.web`
~~~~~~~~~~~~~
.. versionadded:: 3.1
The ``timeout`` argument and ``ASYNC_TEST_TIMEOUT`` environment
variable.
+
+ .. versionchanged:: 3.3
+ The wrapper now passes along ``*args, **kwargs`` so it can be used
+ on functions with arguments.
"""
if timeout is None:
timeout = get_async_test_timeout()