mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 18:18:30 +00:00
refactor(test): make job card tests deterministic
This commit is contained in:
@@ -30,8 +30,6 @@ class TestJobCard(ERPNextTestSuite):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
# used in job card time log
|
||||
cls.make_employees()
|
||||
cls.load_test_records("BOM")
|
||||
|
||||
def setUp(self):
|
||||
|
||||
@@ -244,6 +244,7 @@ class ERPNextTestSuite(unittest.TestCase):
|
||||
cls.make_bom()
|
||||
cls.make_quality_inspection_param()
|
||||
cls.make_quality_inspection_template()
|
||||
cls.make_employees()
|
||||
cls.update_selling_settings()
|
||||
cls.update_stock_settings()
|
||||
cls.update_system_settings()
|
||||
|
||||
Reference in New Issue
Block a user