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>
main
Amela 2 years ago committed by GitHub
parent cd750d0cb6
commit 8a87c193e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save