refactor(test): remove redundant tearDown, tearDownClass and rollback

This commit is contained in:
ruthra kumar
2026-01-30 14:31:29 +05:30
parent 8090caa026
commit 12ae84401a
88 changed files with 0 additions and 332 deletions

View File

@@ -40,9 +40,6 @@ class TestSubcontractingOrder(ERPNextTestSuite):
make_service_items()
make_bom_for_subcontracted_items()
def tearDown(self):
frappe.db.rollback()
def test_set_missing_values(self):
sco = get_subcontracting_order()
before = {sco.total_qty, sco.total, sco.total_additional_costs}