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

        issue9395
        review291901002
diffstat:

 tests/scenario_stock_location_move.rst        |  2 +-
 tests/scenario_stock_location_move_empty.rst  |  2 +-
 tests/scenario_stock_location_move_supply.rst |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 5e141e192705 -r 6e65870ff867 tests/scenario_stock_location_move.rst
--- a/tests/scenario_stock_location_move.rst    Sat Jun 06 10:17:30 2020 +0100
+++ b/tests/scenario_stock_location_move.rst    Thu Jul 09 10:21:07 2020 +0100
@@ -13,7 +13,7 @@
     >>> today = datetime.date.today()
     >>> tomorrow = today + datetime.timedelta(1)
 
-Install stock_location_move::
+Activate modules::
 
     >>> config = activate_modules('stock_location_move')
 
diff -r 5e141e192705 -r 6e65870ff867 
tests/scenario_stock_location_move_empty.rst
--- a/tests/scenario_stock_location_move_empty.rst      Sat Jun 06 10:17:30 
2020 +0100
+++ b/tests/scenario_stock_location_move_empty.rst      Thu Jul 09 10:21:07 
2020 +0100
@@ -15,7 +15,7 @@
     >>> yesterday = today - datetime.timedelta(1)
     >>> tomorrow = today + datetime.timedelta(1)
 
-Install stock_location_move::
+Activate modules::
 
     >>> config = activate_modules('stock_location_move')
 
diff -r 5e141e192705 -r 6e65870ff867 
tests/scenario_stock_location_move_supply.rst
--- a/tests/scenario_stock_location_move_supply.rst     Sat Jun 06 10:17:30 
2020 +0100
+++ b/tests/scenario_stock_location_move_supply.rst     Thu Jul 09 10:21:07 
2020 +0100
@@ -13,7 +13,7 @@
     ...     get_company
     >>> today = datetime.date.today()
 
-Install stock_location_move and stock_supply::
+Activate modules::
 
     >>> config = activate_modules(['stock_location_move', 'stock_supply'])
 

Reply via email to