mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00: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):
|
class TestProjectUpdate(IntegrationTestCase):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
IGNORE_TEST_RECORD_DEPENDENCIES = ["Sales Order"]
|
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
||||||
# License: GNU General Public License v3. See license.txt
|
# License: GNU General Public License v3. See license.txt
|
||||||
|
|
||||||
IGNORE_TEST_RECORD_DEPENDENCIES = ["Price List"]
|
|
||||||
|
|
||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
|
|||||||
@@ -3,5 +3,3 @@
|
|||||||
|
|
||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
# test_ignore = ["Item"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user