mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 03:15:07 +00:00
refactor(test): make stock entry deterministic
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user