Set the maxDiff to see why travis is failing

This commit is contained in:
Gavin M. Roy 2015-06-17 17:55:39 -04:00
parent fe7e42cfae
commit 3894bef1ba

View file

@ -99,6 +99,9 @@ class TornadoLogFunctionTestCase(unittest.TestCase):
class JSONRequestHandlerTestCase(unittest.TestCase):
def setUp(self):
self.maxDiff = 32768
def test_log_function_return_value(self):
class LoggingHandler(logging.Handler):
def __init__(self, level):