From 3894bef1ba5db863053636655e45e8a28b989e6e Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Wed, 17 Jun 2015 17:55:39 -0400 Subject: [PATCH] Set the maxDiff to see why travis is failing --- tests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.py b/tests.py index 5434c60..f4edcc2 100644 --- a/tests.py +++ b/tests.py @@ -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):