]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add support in AsyncTestCase for detecting undecorated generators.
authorBen Darnell <ben@bendarnell.com>
Sat, 25 Jan 2014 18:43:27 +0000 (13:43 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 25 Jan 2014 18:43:27 +0000 (13:43 -0500)
commit806942893499ecf14de28162f26f3595e4e5eb12
tree8042f9f0841291c71514b853dbecaec70f862788
parentb1ff5391d8adcb69c8cd56bb27dfb5b2715d6c34
Add support in AsyncTestCase for detecting undecorated generators.

Fix a test that was not being run because of this issue.
tornado/test/testing_test.py
tornado/test/websocket_test.py
tornado/testing.py