Merge pull request #47692 from ruthra-kumar/test_refactor_1

refactor(test): drop ignore test dependencies on some empty test modules
This commit is contained in:
ruthra kumar
2025-05-22 20:29:14 +05:30
committed by GitHub
3 changed files with 0 additions and 7 deletions

View File

@@ -8,6 +8,3 @@ from frappe.tests import IntegrationTestCase
class TestProjectUpdate(IntegrationTestCase):
pass
IGNORE_TEST_RECORD_DEPENDENCIES = ["Sales Order"]

View File

@@ -1,7 +1,5 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
IGNORE_TEST_RECORD_DEPENDENCIES = ["Price List"]
import frappe

View File

@@ -3,5 +3,3 @@
import frappe
# test_ignore = ["Item"]