Skip to content

refactor(test): drop ignore test dependencies on some empty test modules #47692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@

class TestProjectUpdate(IntegrationTestCase):
pass


IGNORE_TEST_RECORD_DEPENDENCIES = ["Sales Order"]
2 changes: 0 additions & 2 deletions erpnext/setup/doctype/customer_group/test_customer_group.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions erpnext/stock/doctype/price_list/test_price_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@


import frappe

# test_ignore = ["Item"]
Loading