We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77ea40 commit 7641faaCopy full SHA for 7641faa
tests/documents/test_invoice.py
@@ -290,6 +290,7 @@ def test_empty_object_works():
290
invoice = Invoice()
291
assert invoice.total_tax.value is None
292
293
+
294
def test_null_tax_rates_dont_raise():
295
invoice = Invoice(
296
locale="fr",
tests/documents/test_receipt.py
@@ -179,3 +179,5 @@ def test_compare_4(receipt_object_from_scratch):
179
def test_empty_object_works():
180
receipt = Receipt()
181
assert receipt.total_tax.value is None
182
183
0 commit comments