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

        issue9395
        review291901002
diffstat:

 tests/scenario_product_cost_fifo.rst                      |  2 +-
 tests/scenario_product_cost_fifo_no_in.rst                |  2 +-
 tests/scenario_product_cost_fifo_recompute_cost_price.rst |  2 +-
 tests/scenario_product_cost_fifo_uom.rst                  |  2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 9b8762ea2346 -r d367fe56323a tests/scenario_product_cost_fifo.rst
--- a/tests/scenario_product_cost_fifo.rst      Sat Jul 04 00:21:39 2020 +0200
+++ b/tests/scenario_product_cost_fifo.rst      Thu Jul 09 10:21:06 2020 +0100
@@ -13,7 +13,7 @@
     ...     get_company
     >>> today = datetime.date.today()
 
-Install product_cost_fifo Module::
+Activate modules::
 
     >>> config = activate_modules('product_cost_fifo')
 
diff -r 9b8762ea2346 -r d367fe56323a tests/scenario_product_cost_fifo_no_in.rst
--- a/tests/scenario_product_cost_fifo_no_in.rst        Sat Jul 04 00:21:39 
2020 +0200
+++ b/tests/scenario_product_cost_fifo_no_in.rst        Thu Jul 09 10:21:06 
2020 +0100
@@ -12,7 +12,7 @@
     ...     get_company
     >>> today = datetime.date.today()
 
-Install product_cost_fifo Module::
+Activate modules::
 
     >>> config = activate_modules('product_cost_fifo')
 
diff -r 9b8762ea2346 -r d367fe56323a 
tests/scenario_product_cost_fifo_recompute_cost_price.rst
--- a/tests/scenario_product_cost_fifo_recompute_cost_price.rst Sat Jul 04 
00:21:39 2020 +0200
+++ b/tests/scenario_product_cost_fifo_recompute_cost_price.rst Thu Jul 09 
10:21:06 2020 +0100
@@ -13,7 +13,7 @@
     ...     get_company
     >>> today = dt.date.today()
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('product_cost_fifo')
 
diff -r 9b8762ea2346 -r d367fe56323a tests/scenario_product_cost_fifo_uom.rst
--- a/tests/scenario_product_cost_fifo_uom.rst  Sat Jul 04 00:21:39 2020 +0200
+++ b/tests/scenario_product_cost_fifo_uom.rst  Thu Jul 09 10:21:06 2020 +0100
@@ -13,7 +13,7 @@
     ...     get_company
     >>> today = datetime.date.today()
 
-Install product_cost_fifo Module::
+Activate modules::
 
     >>> config = activate_modules('product_cost_fifo')
 

Reply via email to