mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 07:37:04 +00:00
chore: remove IGNORE_TEST_RECORD_DEPENDENCIES
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user