fix: add maxDiff attribute to test class (#12)
* Adding maxDiff=None * Update test_module.py to match styling Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com> Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
This commit is contained in:
parent
cd750d0cb6
commit
8a87c193e3
@ -4,6 +4,7 @@ from budget import create_spend_chart
|
||||
|
||||
|
||||
class UnitTests(unittest.TestCase):
|
||||
maxDiff = None
|
||||
def setUp(self):
|
||||
self.food = budget.Category("Food")
|
||||
self.entertainment = budget.Category("Entertainment")
|
||||
|
Loading…
Reference in New Issue
Block a user