refactor(test): make stock entry deterministic

This commit is contained in:
ruthra kumar
2026-02-28 16:20:49 +05:30
parent 518800cd2f
commit fc8fadf455

View File

@@ -58,6 +58,7 @@ def get_sle(**args):
class TestStockEntry(ERPNextTestSuite):
def setUp(self):
self.load_test_records("Stock Entry")
frappe.local.flags.dont_execute_stock_reposts = False
def test_stock_entry_qty(self):
item_code = "_Test Item 2"