mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
chore: rename redefinition of multiple pricing rule test
(cherry picked from commit 5a7a9a598b)
This commit is contained in:
committed by
mergify-bot
parent
e7e0359e3e
commit
eeb2402764
@@ -630,7 +630,7 @@ class TestPricingRule(unittest.TestCase):
|
|||||||
for doc in [si, si1]:
|
for doc in [si, si1]:
|
||||||
doc.delete()
|
doc.delete()
|
||||||
|
|
||||||
def test_multiple_pricing_rules(self):
|
def test_multiple_pricing_rules_with_min_qty(self):
|
||||||
make_pricing_rule(discount_percentage=20, selling=1, priority=1, min_qty=4,
|
make_pricing_rule(discount_percentage=20, selling=1, priority=1, min_qty=4,
|
||||||
apply_multiple_pricing_rules=1, title="_Test Pricing Rule with Min Qty - 1")
|
apply_multiple_pricing_rules=1, title="_Test Pricing Rule with Min Qty - 1")
|
||||||
make_pricing_rule(discount_percentage=10, selling=1, priority=2, min_qty=4,
|
make_pricing_rule(discount_percentage=10, selling=1, priority=2, min_qty=4,
|
||||||
|
|||||||
Reference in New Issue
Block a user