diff --git a/test_module.py b/test_module.py index d263a4b..58034f5 100644 --- a/test_module.py +++ b/test_module.py @@ -3,6 +3,7 @@ import shape_calculator class UnitTests(unittest.TestCase): + maxDiff = None def setUp(self): self.rect = shape_calculator.Rectangle(3, 6) self.sq = shape_calculator.Square(5)