mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 05:04:52 +01:00
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:
@@ -8,6 +8,3 @@ from frappe.tests import IntegrationTestCase
|
||||
|
||||
class TestProjectUpdate(IntegrationTestCase):
|
||||
pass
|
||||
|
||||
|
||||
IGNORE_TEST_RECORD_DEPENDENCIES = ["Sales Order"]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,5 +3,3 @@
|
||||
|
||||
|
||||
import frappe
|
||||
|
||||
# test_ignore = ["Item"]
|
||||
|
||||
Reference in New Issue
Block a user