mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
refactor(test): make sales invoice tests deterministic
- allow_negative_stock is required for test_taxes_merging_from_delivery_note
This commit is contained in:
@@ -1669,6 +1669,7 @@ class ERPNextTestSuite(unittest.TestCase):
|
||||
"apply_warehouse_wise_reorder_level": 1,
|
||||
"opening_stock": 10,
|
||||
"valuation_rate": 100,
|
||||
"allow_negative_stock": True,
|
||||
"item_defaults": [
|
||||
{
|
||||
"company": "_Test Company",
|
||||
|
||||
Reference in New Issue
Block a user