]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove use of string exceptions in gen_test.
authorBen Darnell <ben@bendarnell.com>
Mon, 28 May 2012 01:37:10 +0000 (18:37 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 28 May 2012 01:37:10 +0000 (18:37 -0700)
commit5e514195b1258a3b72a2d2200e06c1f8e23621c6
treebb4115f470289cb1ab1a87858bdb029905521064
parent9118028671e3b3eee50f7f78967762018cf4fba9
Remove use of string exceptions in gen_test.

These lines are not reached, but if they were they would fail with
a less clear message than intended.

Closes #520.
tornado/test/gen_test.py