changeset 6da919a30d1a in modules/sale_product_customer:default
details:
https://hg.tryton.org/modules/sale_product_customer?cmd=changeset;node=6da919a30d1a
description:
Use Activate modules as test scenario section name
issue9395
review291901002
diffstat:
tests/scenario_sale_copy_product_customer.rst | 2 +-
tests/scenario_sale_product_customer.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r e15087d54f09 -r 6da919a30d1a
tests/scenario_sale_copy_product_customer.rst
--- a/tests/scenario_sale_copy_product_customer.rst Mon May 04 12:27:43
2020 +0200
+++ b/tests/scenario_sale_copy_product_customer.rst Thu Jul 09 10:21:06
2020 +0100
@@ -10,7 +10,7 @@
>>> from trytond.modules.company.tests.tools import create_company, \
... get_company
-Install purchase::
+Activate modules::
>>> config = activate_modules('sale_product_customer')
diff -r e15087d54f09 -r 6da919a30d1a tests/scenario_sale_product_customer.rst
--- a/tests/scenario_sale_product_customer.rst Mon May 04 12:27:43 2020 +0200
+++ b/tests/scenario_sale_product_customer.rst Thu Jul 09 10:21:06 2020 +0100
@@ -10,7 +10,7 @@
>>> from trytond.modules.company.tests.tools import create_company, \
... get_company
-Install sale_product_customer::
+Activate modules::
>>> config = activate_modules('sale_product_customer')