mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-20 17:59:57 +00:00
refactor: replace IntegrationTestCase with ERPNextTestCase repo-wide
- import ERPNextTestSuite - use it on test class
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user