mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 02:11:39 +00:00
chore: Merge branch develop to head branch
This commit is contained in:
@@ -45,6 +45,7 @@ from erpnext.stock.doctype.purchase_receipt.test_purchase_receipt import make_pu
|
||||
class AssetSetup(IntegrationTestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
set_depreciation_settings_in_company()
|
||||
create_asset_data()
|
||||
enable_cwip_accounting("Computers")
|
||||
|
||||
@@ -23,6 +23,7 @@ class UnitTestAssetShiftAllocation(UnitTestCase):
|
||||
class TestAssetShiftAllocation(IntegrationTestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
create_asset_shift_factors()
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user