mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-12-28 11:24:10 +00:00
Set the maxDiff to see why travis is failing
This commit is contained in:
parent
fe7e42cfae
commit
3894bef1ba
1 changed files with 3 additions and 0 deletions
3
tests.py
3
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):
|
||||
|
|
Loading…
Reference in a new issue