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

        issue9395
        review291901002
diffstat:

 tests/scenario_stock_average_cost_price.rst                     |  2 +-
 tests/scenario_stock_inventory.rst                              |  2 +-
 tests/scenario_stock_inventory_count.rst                        |  2 +-
 tests/scenario_stock_inventory_empty_quantity.rst               |  2 +-
 tests/scenario_stock_product_quantities_by_warehouse.rst        |  2 +-
 tests/scenario_stock_recompute_average_cost_price.rst           |  2 +-
 tests/scenario_stock_reporting.rst                              |  2 +-
 tests/scenario_stock_shipment_in_same_storage_input.rst         |  2 +-
 tests/scenario_stock_shipment_internal.rst                      |  2 +-
 tests/scenario_stock_shipment_out.rst                           |  2 +-
 tests/scenario_stock_shipment_out_return_same_storage_input.rst |  2 +-
 tests/scenario_stock_shipment_out_same_storage_output.rst       |  2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diffs (144 lines):

diff -r acbb68eb6954 -r 86faddd12795 tests/scenario_stock_average_cost_price.rst
--- a/tests/scenario_stock_average_cost_price.rst       Thu Jul 09 00:21:48 
2020 +0200
+++ b/tests/scenario_stock_average_cost_price.rst       Thu Jul 09 10:21:07 
2020 +0100
@@ -13,7 +13,7 @@
     ...     get_company
     >>> today = datetime.date.today()
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 tests/scenario_stock_inventory.rst
--- a/tests/scenario_stock_inventory.rst        Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_stock_inventory.rst        Thu Jul 09 10:21:07 2020 +0100
@@ -13,7 +13,7 @@
     ...     get_company
     >>> today = datetime.date.today()
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 tests/scenario_stock_inventory_count.rst
--- a/tests/scenario_stock_inventory_count.rst  Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_stock_inventory_count.rst  Thu Jul 09 10:21:07 2020 +0100
@@ -13,7 +13,7 @@
     ...     get_company
     >>> today = datetime.date.today()
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 
tests/scenario_stock_inventory_empty_quantity.rst
--- a/tests/scenario_stock_inventory_empty_quantity.rst Thu Jul 09 00:21:48 
2020 +0200
+++ b/tests/scenario_stock_inventory_empty_quantity.rst Thu Jul 09 10:21:07 
2020 +0100
@@ -13,7 +13,7 @@
     ...     get_company
     >>> today = datetime.date.today()
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 
tests/scenario_stock_product_quantities_by_warehouse.rst
--- a/tests/scenario_stock_product_quantities_by_warehouse.rst  Thu Jul 09 
00:21:48 2020 +0200
+++ b/tests/scenario_stock_product_quantities_by_warehouse.rst  Thu Jul 09 
10:21:07 2020 +0100
@@ -16,7 +16,7 @@
     >>> yesterday = today - relativedelta(days=1)
     >>> tomorrow = today + relativedelta(days=1)
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 
tests/scenario_stock_recompute_average_cost_price.rst
--- a/tests/scenario_stock_recompute_average_cost_price.rst     Thu Jul 09 
00:21:48 2020 +0200
+++ b/tests/scenario_stock_recompute_average_cost_price.rst     Thu Jul 09 
10:21:07 2020 +0100
@@ -13,7 +13,7 @@
     ...     get_company
     >>> today = dt.date.today()
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 tests/scenario_stock_reporting.rst
--- a/tests/scenario_stock_reporting.rst        Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_stock_reporting.rst        Thu Jul 09 10:21:07 2020 +0100
@@ -14,7 +14,7 @@
     >>> today = datetime.date.today()
     >>> yesterday = today - relativedelta(days=1)
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 
tests/scenario_stock_shipment_in_same_storage_input.rst
--- a/tests/scenario_stock_shipment_in_same_storage_input.rst   Thu Jul 09 
00:21:48 2020 +0200
+++ b/tests/scenario_stock_shipment_in_same_storage_input.rst   Thu Jul 09 
10:21:07 2020 +0100
@@ -10,7 +10,7 @@
     >>> from trytond.modules.company.tests.tools import create_company, \
     ...     get_company
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 tests/scenario_stock_shipment_internal.rst
--- a/tests/scenario_stock_shipment_internal.rst        Thu Jul 09 00:21:48 
2020 +0200
+++ b/tests/scenario_stock_shipment_internal.rst        Thu Jul 09 10:21:07 
2020 +0100
@@ -15,7 +15,7 @@
     >>> yesterday = today - relativedelta(days=1)
     >>> tomorrow = today + relativedelta(days=1)
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 tests/scenario_stock_shipment_out.rst
--- a/tests/scenario_stock_shipment_out.rst     Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_stock_shipment_out.rst     Thu Jul 09 10:21:07 2020 +0100
@@ -14,7 +14,7 @@
     >>> today = datetime.date.today()
     >>> yesterday = today - relativedelta(days=1)
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 
tests/scenario_stock_shipment_out_return_same_storage_input.rst
--- a/tests/scenario_stock_shipment_out_return_same_storage_input.rst   Thu Jul 
09 00:21:48 2020 +0200
+++ b/tests/scenario_stock_shipment_out_return_same_storage_input.rst   Thu Jul 
09 10:21:07 2020 +0100
@@ -10,7 +10,7 @@
     >>> from trytond.modules.company.tests.tools import create_company, \
     ...     get_company
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 
diff -r acbb68eb6954 -r 86faddd12795 
tests/scenario_stock_shipment_out_same_storage_output.rst
--- a/tests/scenario_stock_shipment_out_same_storage_output.rst Thu Jul 09 
00:21:48 2020 +0200
+++ b/tests/scenario_stock_shipment_out_same_storage_output.rst Thu Jul 09 
10:21:07 2020 +0100
@@ -10,7 +10,7 @@
     >>> from trytond.modules.company.tests.tools import create_company, \
     ...     get_company
 
-Install stock Module::
+Activate modules::
 
     >>> config = activate_modules('stock')
 

Reply via email to