refactor(test): make stock entry deterministic

This commit is contained in:
ruthra kumar
2026-02-28 16:20:49 +05:30
parent e451b68619
commit 5f56f61f86

View File

@@ -59,6 +59,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"