From 087fb29d51f8e8a3bdced4a3b3287b28fc866720 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 2 Jul 2026 17:13:42 +0530 Subject: [PATCH] test: narrow Territory-wise Sales docstring to covered stages --- .../report/territory_wise_sales/test_territory_wise_sales.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/erpnext/selling/report/territory_wise_sales/test_territory_wise_sales.py b/erpnext/selling/report/territory_wise_sales/test_territory_wise_sales.py index f2b81bfb633..8a069810b8d 100644 --- a/erpnext/selling/report/territory_wise_sales/test_territory_wise_sales.py +++ b/erpnext/selling/report/territory_wise_sales/test_territory_wise_sales.py @@ -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(