changeset 51abeead4189 in modules/stock_product_location:default
details:
https://hg.tryton.org/modules/stock_product_location?cmd=changeset;node=51abeead4189
description:
Use Activate modules as test scenario section name
issue9395
review291901002
diffstat:
tests/scenario_product_copy_locations.rst | 2 +-
tests/scenario_stock_product_location.rst | 2 +-
tests/scenario_stock_product_location_production.rst | 2 +-
tests/scenario_stock_product_location_template.rst | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diffs (48 lines):
diff -r f89e5a8d48d8 -r 51abeead4189 tests/scenario_product_copy_locations.rst
--- a/tests/scenario_product_copy_locations.rst Fri May 22 11:35:01 2020 +0200
+++ b/tests/scenario_product_copy_locations.rst Thu Jul 09 10:21:08 2020 +0100
@@ -10,7 +10,7 @@
>>> from trytond.modules.company.tests.tools import create_company, \
... get_company
-Install purchase::
+Activate modules::
>>> config = activate_modules('stock_product_location')
diff -r f89e5a8d48d8 -r 51abeead4189 tests/scenario_stock_product_location.rst
--- a/tests/scenario_stock_product_location.rst Fri May 22 11:35:01 2020 +0200
+++ b/tests/scenario_stock_product_location.rst Thu Jul 09 10:21:08 2020 +0100
@@ -12,7 +12,7 @@
... get_company
>>> today = datetime.date.today()
-Install stock_product_location Module::
+Activate modules::
>>> config = activate_modules('stock_product_location')
diff -r f89e5a8d48d8 -r 51abeead4189
tests/scenario_stock_product_location_production.rst
--- a/tests/scenario_stock_product_location_production.rst Fri May 22
11:35:01 2020 +0200
+++ b/tests/scenario_stock_product_location_production.rst Thu Jul 09
10:21:08 2020 +0100
@@ -10,7 +10,7 @@
>>> from trytond.tests.tools import activate_modules
>>> from trytond.modules.company.tests.tools import create_company
-Install stock_product_location and production Modules::
+Activate modules::
>>> _ = activate_modules(['stock_product_location', 'production'])
diff -r f89e5a8d48d8 -r 51abeead4189
tests/scenario_stock_product_location_template.rst
--- a/tests/scenario_stock_product_location_template.rst Fri May 22
11:35:01 2020 +0200
+++ b/tests/scenario_stock_product_location_template.rst Thu Jul 09
10:21:08 2020 +0100
@@ -12,7 +12,7 @@
... get_company
>>> today = datetime.date.today()
-Install stock_product_location Module::
+Activate modules::
>>> config = activate_modules('stock_product_location')