chore: remove redundant declarations of test_records

This commit is contained in:
David
2024-10-11 04:03:46 +02:00
parent 922b5d1be5
commit a2d22c3f42
52 changed files with 2 additions and 101 deletions

View File

@@ -2,5 +2,3 @@
# License: GNU General Public License v3. See license.txt
import frappe
test_records = frappe.get_test_records("Activity Type")

View File

@@ -10,7 +10,6 @@ from erpnext.projects.doctype.task.test_task import create_task
from erpnext.selling.doctype.sales_order.sales_order import make_project as make_project_from_so
from erpnext.selling.doctype.sales_order.test_sales_order import make_sales_order
test_records = frappe.get_test_records("Project")
IGNORE_TEST_RECORD_DEPENDENCIES = ["Sales Order"]

View File

@@ -10,5 +10,4 @@ class TestProjectUpdate(IntegrationTestCase):
pass
test_records = frappe.get_test_records("Project Update")
IGNORE_TEST_RECORD_DEPENDENCIES = ["Sales Order"]