mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 07:37:04 +00:00
refactor: replace IntegrationTestCase with ERPNextTestCase repo-wide
- import ERPNextTestSuite - use it on test class
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import frappe
|
||||
from frappe.tests import IntegrationTestCase
|
||||
|
||||
from erpnext.tests.utils import ERPNextTestSuite
|
||||
|
||||
|
||||
class TestUtils(IntegrationTestCase):
|
||||
class TestUtils(ERPNextTestSuite):
|
||||
def test_reset_default_field_value(self):
|
||||
doc = frappe.get_doc(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user