mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
chore: remove redundant declarations of test_records
This commit is contained in:
@@ -2,5 +2,3 @@
|
||||
# License: GNU General Public License v3. See license.txt
|
||||
|
||||
import frappe
|
||||
|
||||
test_records = frappe.get_test_records("Activity Type")
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
|
||||
@@ -10,5 +10,4 @@ class TestProjectUpdate(IntegrationTestCase):
|
||||
pass
|
||||
|
||||
|
||||
test_records = frappe.get_test_records("Project Update")
|
||||
IGNORE_TEST_RECORD_DEPENDENCIES = ["Sales Order"]
|
||||
|
||||
Reference in New Issue
Block a user