refactor(test): make sales invoice tests deterministic

- allow_negative_stock is required for test_taxes_merging_from_delivery_note
This commit is contained in:
ruthra kumar
2025-08-29 11:52:32 +05:30
parent eb70060798
commit 3dc3b2b64e
3 changed files with 785 additions and 0 deletions

View File

@@ -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",