]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make LogTrapTestCase fail more gracefully in unknown logging configurations.
authorBen Darnell <ben@bendarnell.com>
Sat, 9 Feb 2013 20:52:47 +0000 (15:52 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 9 Feb 2013 20:52:47 +0000 (15:52 -0500)
commit534c55699eb23ecc590583751bab46e943009348
treebdb3e3467af3ed694789a7c29919e21aca7a89f1
parent7623dbfe0d10d61d535ba54489752af550b90e17
Make LogTrapTestCase fail more gracefully in unknown logging configurations.

This allows LogTrapTestCases to be run under nose, which does its own
log buffering.

Closes #674
tornado/testing.py