mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-15 01:43:10 +00:00
test: reuse BootStrapTestData master data to reduce runtime
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@ class TestItemVariantDetails(ERPNextTestSuite):
|
|||||||
|
|
||||||
make_stock_entry(
|
make_stock_entry(
|
||||||
item_code=variant.name,
|
item_code=variant.name,
|
||||||
to_warehouse="_Test Warehouse - _TC",
|
to_warehouse="Stores - _TC",
|
||||||
qty=5,
|
qty=5,
|
||||||
rate=100,
|
rate=100,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user