fix: individual accounting tests

without this no 'run-tests' during development can be run
as soon as payment requests are involved
This commit is contained in:
David
2024-03-29 17:27:38 +01:00
parent 5281553b61
commit 3228841e68

View File

@@ -5,6 +5,8 @@ import unittest
# test_records = frappe.get_test_records('Payment Gateway Account')
test_ignore = ["Payment Gateway"]
class TestPaymentGatewayAccount(unittest.TestCase):
pass