changeset 682c48bf737a in modules/account_es:default details: https://hg.tryton.org/modules/account_es?cmd=changeset;node=682c48bf737a description: Use Activate modules as test scenario section name
issue9395 review291901002 diffstat: tests/scenario_reporting.rst | 2 +- tests/scenario_reporting_cancelled_invoices.rst | 2 +- tests/scenario_reporting_compensate.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diffs (36 lines): diff -r 5f00d8ac5537 -r 682c48bf737a tests/scenario_reporting.rst --- a/tests/scenario_reporting.rst Sun Jun 07 09:35:40 2020 +0100 +++ b/tests/scenario_reporting.rst Thu Jul 09 10:21:06 2020 +0100 @@ -17,7 +17,7 @@ ... set_fiscalyear_invoice_sequences >>> today = datetime.date.today() -Install account_es:: +Activate modules:: >>> config = activate_modules('account_es') diff -r 5f00d8ac5537 -r 682c48bf737a tests/scenario_reporting_cancelled_invoices.rst --- a/tests/scenario_reporting_cancelled_invoices.rst Sun Jun 07 09:35:40 2020 +0100 +++ b/tests/scenario_reporting_cancelled_invoices.rst Thu Jul 09 10:21:06 2020 +0100 @@ -15,7 +15,7 @@ >>> from trytond.modules.account_invoice.tests.tools import \ ... set_fiscalyear_invoice_sequences -Install account_es:: +Activate modules:: >>> config = activate_modules('account_es') diff -r 5f00d8ac5537 -r 682c48bf737a tests/scenario_reporting_compensate.rst --- a/tests/scenario_reporting_compensate.rst Sun Jun 07 09:35:40 2020 +0100 +++ b/tests/scenario_reporting_compensate.rst Thu Jul 09 10:21:06 2020 +0100 @@ -17,7 +17,7 @@ ... set_fiscalyear_invoice_sequences >>> today = datetime.date.today() -Install account_es:: +Activate modules:: >>> config = activate_modules(['account_es', 'account_invoice'])