From 3228841e68eff13ca1a605f1de6b320c4e5e7e57 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 29 Mar 2024 17:27:38 +0100 Subject: [PATCH] fix: individual accounting tests without this no 'run-tests' during development can be run as soon as payment requests are involved --- .../payment_gateway_account/test_payment_gateway_account.py | 2 ++ 1 file changed, 2 insertions(+) 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 7a8cdf73355..6c8f6402fa5 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 @@ import unittest # test_records = frappe.get_test_records('Payment Gateway Account') +test_ignore = ["Payment Gateway"] + class TestPaymentGatewayAccount(unittest.TestCase): pass