changeset c200371bfea6 in modules/sale_supply:default
details:
https://hg.tryton.org/modules/sale_supply?cmd=changeset;node=c200371bfea6
description:
Use Activate modules as test scenario section name
issue9395
review291901002
diffstat:
tests/scenario_sale_supply.rst | 2 +-
tests/scenario_sale_supply_shipment_on_invoice.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r f932e00bda20 -r c200371bfea6 tests/scenario_sale_supply.rst
--- a/tests/scenario_sale_supply.rst Tue Jul 07 23:56:10 2020 +0200
+++ b/tests/scenario_sale_supply.rst Thu Jul 09 10:21:06 2020 +0100
@@ -17,7 +17,7 @@
... set_fiscalyear_invoice_sequences, create_payment_term
>>> today = datetime.date.today()
-Install sale_supply, sale, purchase::
+Activate modules::
>>> config = activate_modules(['sale_supply', 'sale', 'purchase'])
diff -r f932e00bda20 -r c200371bfea6
tests/scenario_sale_supply_shipment_on_invoice.rst
--- a/tests/scenario_sale_supply_shipment_on_invoice.rst Tue Jul 07
23:56:10 2020 +0200
+++ b/tests/scenario_sale_supply_shipment_on_invoice.rst Thu Jul 09
10:21:06 2020 +0100
@@ -14,7 +14,7 @@
>>> from trytond.modules.account_invoice.tests.tools import \
... set_fiscalyear_invoice_sequences, create_payment_term
-Install sale_supply::
+Activate modules::
>>> config = activate_modules('sale_supply')