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(