commit | 3228841e68eff13ca1a605f1de6b320c4e5e7e57 | [log] [tgz] |
---|---|---|
author | David <dgx.arnold@gmail.com> | Fri Mar 29 17:27:38 2024 +0100 |
committer | David <dgx.arnold@gmail.com> | Tue Apr 02 19:36:13 2024 +0200 |
tree | cd4a1c93b8c42aeb0a384fc02b428d73fbdb4ce6 | |
parent | 5281553b61d611cc9cf60539297a39cb441c6611 [diff] |
fix: individual accounting tests without this no 'run-tests' during development can be run as soon as payment requests are involved
diff --git a/erpnext/accounts/doctype/payment_gateway_account/test_payment_gateway_account.py b/erpnext/accounts/doctype/payment_gateway_account/test_payment_gateway_account.py index 7a8cdf7..6c8f640 100644 --- a/erpnext/accounts/doctype/payment_gateway_account/test_payment_gateway_account.py +++ b/erpnext/accounts/doctype/payment_gateway_account/test_payment_gateway_account.py
@@ -5,6 +5,8 @@ # test_records = frappe.get_test_records('Payment Gateway Account') +test_ignore = ["Payment Gateway"] + class TestPaymentGatewayAccount(unittest.TestCase): pass