mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 11:25:09 +00: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