mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
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:
@@ -5,6 +5,8 @@ import unittest
|
||||
|
||||
# test_records = frappe.get_test_records('Payment Gateway Account')
|
||||
|
||||
test_ignore = ["Payment Gateway"]
|
||||
|
||||
|
||||
class TestPaymentGatewayAccount(unittest.TestCase):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user