chore: remove IGNORE_TEST_RECORD_DEPENDENCIES

This commit is contained in:
ruthra kumar
2025-05-13 09:27:37 +05:30
parent 8eef42d075
commit 319e220efe
11 changed files with 0 additions and 28 deletions

View File

@@ -12,14 +12,6 @@ from erpnext.accounts.doctype.account.chart_of_accounts.chart_of_accounts import
)
from erpnext.setup.doctype.company.company import get_default_company_address
IGNORE_TEST_RECORD_DEPENDENCIES = [
"Account",
"Cost Center",
"Payment Terms Template",
"Salary Component",
"Warehouse",
]
class TestCompany(IntegrationTestCase):
def test_coa_based_on_existing_company(self):

View File

@@ -4,8 +4,6 @@
import frappe
from frappe.tests import IntegrationTestCase
IGNORE_TEST_RECORD_DEPENDENCIES = ["Leave Block List"]
class TestDepartment(IntegrationTestCase):
def test_remove_department_data(self):