changeset 510b3d0b82d9 in modules/production:default
details: 
https://hg.tryton.org/modules/production?cmd=changeset;node=510b3d0b82d9
description:
        Use Activate modules as test scenario section name

        issue9395
        review291901002
diffstat:

 tests/scenario_production.rst               |  2 +-
 tests/scenario_production_by_product.rst    |  2 +-
 tests/scenario_production_no_list_price.rst |  2 +-
 tests/scenario_production_rounding.rst      |  2 +-
 tests/scenario_production_set_cost.rst      |  2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diffs (60 lines):

diff -r 6f0584fd4983 -r 510b3d0b82d9 tests/scenario_production.rst
--- a/tests/scenario_production.rst     Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_production.rst     Thu Jul 09 10:21:06 2020 +0100
@@ -16,7 +16,7 @@
     >>> yesterday = today - relativedelta(days=1)
     >>> before_yesterday = yesterday - relativedelta(days=1)
 
-Install production Module::
+Activate modules::
 
     >>> config = activate_modules('production')
 
diff -r 6f0584fd4983 -r 510b3d0b82d9 tests/scenario_production_by_product.rst
--- a/tests/scenario_production_by_product.rst  Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_production_by_product.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 production Module::
+Activate modules::
 
     >>> config = activate_modules('production')
 
diff -r 6f0584fd4983 -r 510b3d0b82d9 tests/scenario_production_no_list_price.rst
--- a/tests/scenario_production_no_list_price.rst       Thu Jul 09 00:21:48 
2020 +0200
+++ b/tests/scenario_production_no_list_price.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 production Module::
+Activate modules::
 
     >>> config = activate_modules('production')
 
diff -r 6f0584fd4983 -r 510b3d0b82d9 tests/scenario_production_rounding.rst
--- a/tests/scenario_production_rounding.rst    Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_production_rounding.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 production Module::
+Activate modules::
 
     >>> config = activate_modules('production')
 
diff -r 6f0584fd4983 -r 510b3d0b82d9 tests/scenario_production_set_cost.rst
--- a/tests/scenario_production_set_cost.rst    Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_production_set_cost.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 production Module::
+Activate modules::
 
     >>> config = activate_modules('production')
 

Reply via email to