mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-29 22:58:25 +00:00
refactor: replace IntegrationTestCase with ERPNextTestCase repo-wide
- import ERPNextTestSuite - use it on test class
This commit is contained in:
@@ -4,7 +4,6 @@ import json
|
||||
import unittest
|
||||
|
||||
import frappe
|
||||
from frappe.tests import IntegrationTestCase
|
||||
from frappe.utils.response import json_handler
|
||||
|
||||
from erpnext.erpnext_integrations.doctype.plaid_settings.plaid_settings import (
|
||||
@@ -14,9 +13,10 @@ from erpnext.erpnext_integrations.doctype.plaid_settings.plaid_settings import (
|
||||
get_plaid_configuration,
|
||||
new_bank_transaction,
|
||||
)
|
||||
from erpnext.tests.utils import ERPNextTestSuite
|
||||
|
||||
|
||||
class TestPlaidSettings(IntegrationTestCase):
|
||||
class TestPlaidSettings(ERPNextTestSuite):
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user