mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-27 23:21:32 +01:00
refactor(test): flaky stock entry; load records json
This commit is contained in:
@@ -56,6 +56,9 @@ def get_sle(**args):
|
||||
|
||||
|
||||
class TestStockEntry(ERPNextTestSuite):
|
||||
def setUp(self):
|
||||
self.load_test_records("Stock Entry")
|
||||
|
||||
def tearDown(self):
|
||||
frappe.db.rollback()
|
||||
frappe.set_user("Administrator")
|
||||
|
||||
Reference in New Issue
Block a user