diff --git a/erpnext/accounts/doctype/account_category/test_account_category.py b/erpnext/accounts/doctype/account_category/test_account_category.py index ea3c2c7783c..e695b11bcb5 100644 --- a/erpnext/accounts/doctype/account_category/test_account_category.py +++ b/erpnext/accounts/doctype/account_category/test_account_category.py @@ -2,19 +2,3 @@ # See license.txt # import frappe -from frappe.tests import IntegrationTestCase - -# On IntegrationTestCase, the doctype test records and all -# link-field test record dependencies are recursively loaded -# Use these module variables to add/remove to/from that list -EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] -IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - - -class IntegrationTestAccountCategory(IntegrationTestCase): - """ - Integration tests for AccountCategory. - Use this class for testing interactions between multiple components. - """ - - pass diff --git a/erpnext/accounts/doctype/process_period_closing_voucher/test_process_period_closing_voucher.py b/erpnext/accounts/doctype/process_period_closing_voucher/test_process_period_closing_voucher.py index 17ce2c13b09..e695b11bcb5 100644 --- a/erpnext/accounts/doctype/process_period_closing_voucher/test_process_period_closing_voucher.py +++ b/erpnext/accounts/doctype/process_period_closing_voucher/test_process_period_closing_voucher.py @@ -2,19 +2,3 @@ # See license.txt # import frappe -from frappe.tests import IntegrationTestCase - -# On IntegrationTestCase, the doctype test records and all -# link-field test record dependencies are recursively loaded -# Use these module variables to add/remove to/from that list -EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] -IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - - -class IntegrationTestProcessPeriodClosingVoucher(IntegrationTestCase): - """ - Integration tests for ProcessPeriodClosingVoucher. - Use this class for testing interactions between multiple components. - """ - - pass diff --git a/erpnext/manufacturing/doctype/master_production_schedule/test_master_production_schedule.py b/erpnext/manufacturing/doctype/master_production_schedule/test_master_production_schedule.py index 1263fc583b5..e695b11bcb5 100644 --- a/erpnext/manufacturing/doctype/master_production_schedule/test_master_production_schedule.py +++ b/erpnext/manufacturing/doctype/master_production_schedule/test_master_production_schedule.py @@ -2,19 +2,3 @@ # See license.txt # import frappe -from frappe.tests import IntegrationTestCase - -# On IntegrationTestCase, the doctype test records and all -# link-field test record dependencies are recursively loaded -# Use these module variables to add/remove to/from that list -EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] -IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - - -class IntegrationTestMasterProductionSchedule(IntegrationTestCase): - """ - Integration tests for MasterProductionSchedule. - Use this class for testing interactions between multiple components. - """ - - pass diff --git a/erpnext/manufacturing/doctype/sales_forecast/test_sales_forecast.py b/erpnext/manufacturing/doctype/sales_forecast/test_sales_forecast.py index 3f95a82d5f0..e695b11bcb5 100644 --- a/erpnext/manufacturing/doctype/sales_forecast/test_sales_forecast.py +++ b/erpnext/manufacturing/doctype/sales_forecast/test_sales_forecast.py @@ -2,19 +2,3 @@ # See license.txt # import frappe -from frappe.tests import IntegrationTestCase - -# On IntegrationTestCase, the doctype test records and all -# link-field test record dependencies are recursively loaded -# Use these module variables to add/remove to/from that list -EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] -IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - - -class IntegrationTestSalesForecast(IntegrationTestCase): - """ - Integration tests for SalesForecast. - Use this class for testing interactions between multiple components. - """ - - pass diff --git a/erpnext/manufacturing/doctype/workstation_cost/test_workstation_cost.py b/erpnext/manufacturing/doctype/workstation_cost/test_workstation_cost.py index ea948f62abc..e695b11bcb5 100644 --- a/erpnext/manufacturing/doctype/workstation_cost/test_workstation_cost.py +++ b/erpnext/manufacturing/doctype/workstation_cost/test_workstation_cost.py @@ -2,19 +2,3 @@ # See license.txt # import frappe -from frappe.tests import IntegrationTestCase - -# On IntegrationTestCase, the doctype test records and all -# link-field test record dependencies are recursively loaded -# Use these module variables to add/remove to/from that list -EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] -IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - - -class IntegrationTestWorkstationCost(IntegrationTestCase): - """ - Integration tests for WorkstationCost. - Use this class for testing interactions between multiple components. - """ - - pass diff --git a/erpnext/manufacturing/doctype/workstation_operating_component/test_workstation_operating_component.py b/erpnext/manufacturing/doctype/workstation_operating_component/test_workstation_operating_component.py index 0d327c6473d..e695b11bcb5 100644 --- a/erpnext/manufacturing/doctype/workstation_operating_component/test_workstation_operating_component.py +++ b/erpnext/manufacturing/doctype/workstation_operating_component/test_workstation_operating_component.py @@ -2,19 +2,3 @@ # See license.txt # import frappe -from frappe.tests import IntegrationTestCase - -# On IntegrationTestCase, the doctype test records and all -# link-field test record dependencies are recursively loaded -# Use these module variables to add/remove to/from that list -EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] -IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - - -class IntegrationTestWorkstationOperatingComponent(IntegrationTestCase): - """ - Integration tests for WorkstationOperatingComponent. - Use this class for testing interactions between multiple components. - """ - - pass diff --git a/erpnext/manufacturing/doctype/workstation_operating_component_account/test_workstation_operating_component_account.py b/erpnext/manufacturing/doctype/workstation_operating_component_account/test_workstation_operating_component_account.py index 3bf919b8df0..e695b11bcb5 100644 --- a/erpnext/manufacturing/doctype/workstation_operating_component_account/test_workstation_operating_component_account.py +++ b/erpnext/manufacturing/doctype/workstation_operating_component_account/test_workstation_operating_component_account.py @@ -2,19 +2,3 @@ # See license.txt # import frappe -from frappe.tests import IntegrationTestCase - -# On IntegrationTestCase, the doctype test records and all -# link-field test record dependencies are recursively loaded -# Use these module variables to add/remove to/from that list -EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] -IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - - -class IntegrationTestWorkstationOperatingComponentAccount(IntegrationTestCase): - """ - Integration tests for WorkstationOperatingComponentAccount. - Use this class for testing interactions between multiple components. - """ - - pass diff --git a/erpnext/selling/doctype/delivery_schedule_item/test_delivery_schedule_item.py b/erpnext/selling/doctype/delivery_schedule_item/test_delivery_schedule_item.py index d941e415c57..e695b11bcb5 100644 --- a/erpnext/selling/doctype/delivery_schedule_item/test_delivery_schedule_item.py +++ b/erpnext/selling/doctype/delivery_schedule_item/test_delivery_schedule_item.py @@ -2,19 +2,3 @@ # See license.txt # import frappe -from frappe.tests import IntegrationTestCase - -# On IntegrationTestCase, the doctype test records and all -# link-field test record dependencies are recursively loaded -# Use these module variables to add/remove to/from that list -EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] -IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - - -class IntegrationTestDeliveryScheduleItem(IntegrationTestCase): - """ - Integration tests for DeliveryScheduleItem. - Use this class for testing interactions between multiple components. - """ - - pass diff --git a/erpnext/stock/doctype/item_lead_time/test_item_lead_time.py b/erpnext/stock/doctype/item_lead_time/test_item_lead_time.py index 49601b5faad..e695b11bcb5 100644 --- a/erpnext/stock/doctype/item_lead_time/test_item_lead_time.py +++ b/erpnext/stock/doctype/item_lead_time/test_item_lead_time.py @@ -2,19 +2,3 @@ # See license.txt # import frappe -from frappe.tests import IntegrationTestCase - -# On IntegrationTestCase, the doctype test records and all -# link-field test record dependencies are recursively loaded -# Use these module variables to add/remove to/from that list -EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] -IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - - -class IntegrationTestItemLeadTime(IntegrationTestCase): - """ - Integration tests for ItemLeadTime. - Use this class for testing interactions between multiple components. - """ - - pass