mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 08:11:19 +00:00
chore: remove EXTRA_TEST_RECORD_DEPENDENCIES
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user