test: narrow Territory-wise Sales docstring to covered stages

This commit is contained in:
Nabin Hait
2026-07-02 17:13:42 +05:30
parent f95baa54de
commit 087fb29d51

View File

@@ -12,7 +12,10 @@ TERRITORY = "_Test Territory"
class TestTerritoryWiseSales(ERPNextTestSuite):
"""The report walks the Opportunity -> Quotation -> Sales Order -> Sales Invoice
funnel and totals each stage's amount per territory."""
funnel and totals each stage's amount per territory.
These tests cover the Opportunity and Quotation stages; the Sales Order and
Sales Invoice (order_amount / billing_amount) stages are not yet exercised."""
def make_opportunity(self, amount=5000):
return frappe.get_doc(