chore: remove EXTRA_TEST_RECORD_DEPENDENCIES

This commit is contained in:
ruthra kumar
2025-05-13 09:25:32 +05:30
parent 002b4fb048
commit 8eef42d075
54 changed files with 4 additions and 116 deletions

View File

@@ -6,8 +6,6 @@ from frappe.model import mapper
from frappe.tests import IntegrationTestCase
from frappe.utils import add_months, nowdate
EXTRA_TEST_RECORD_DEPENDENCIES = ["Item"]
class TestMapper(IntegrationTestCase):
def test_map_docs(self):

View File

@@ -13,9 +13,6 @@ def add_default_params(func, doctype):
return partial(func, doctype=doctype, txt="", searchfield="name", start=0, page_len=20, filters=None)
EXTRA_TEST_RECORD_DEPENDENCIES = ["Item", "BOM", "Account"]
class TestQueries(ERPNextTestSuite):
# All tests are based on self.globalTestRecords[doctype]