refactor: replace IntegrationTestCase with ERPNextTestCase repo-wide

- import ERPNextTestSuite
 - use it on test class
This commit is contained in:
ruthra kumar
2026-01-20 10:12:06 +05:30
parent 0fdc961a4b
commit f1dfac417d
319 changed files with 870 additions and 867 deletions

View File

@@ -1,12 +1,8 @@
import unittest
import frappe
from frappe.tests import IntegrationTestCase
from erpnext import encode_company_abbr
from erpnext.tests.utils import ERPNextTestSuite
class TestInit(IntegrationTestCase):
class TestInit(ERPNextTestSuite):
def test_encode_company_abbr(self):
abbr = "NFECT"