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

        issue9395
        review291901002
diffstat:

 tests/scenario_account_asset.rst             |  2 +-
 tests/scenario_account_asset_depreciated.rst |  2 +-
 tests/scenario_purchase_asset.rst            |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 966c0605d6b0 -r bd2e612a0d84 tests/scenario_account_asset.rst
--- a/tests/scenario_account_asset.rst  Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_account_asset.rst  Thu Jul 09 10:21:05 2020 +0100
@@ -19,7 +19,7 @@
     ...     import add_asset_accounts
     >>> today = datetime.date.today()
 
-Install account_asset::
+Activate modules::
 
     >>> config = activate_modules('account_asset')
 
diff -r 966c0605d6b0 -r bd2e612a0d84 
tests/scenario_account_asset_depreciated.rst
--- a/tests/scenario_account_asset_depreciated.rst      Thu Jul 09 00:21:48 
2020 +0200
+++ b/tests/scenario_account_asset_depreciated.rst      Thu Jul 09 10:21:05 
2020 +0100
@@ -19,7 +19,7 @@
     ...     import add_asset_accounts
     >>> today = datetime.date.today()
 
-Install account_asset::
+Activate modules::
 
     >>> config = activate_modules('account_asset')
 
diff -r 966c0605d6b0 -r bd2e612a0d84 tests/scenario_purchase_asset.rst
--- a/tests/scenario_purchase_asset.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_purchase_asset.rst Thu Jul 09 10:21:05 2020 +0100
@@ -19,7 +19,7 @@
     ...     import add_asset_accounts
     >>> today = datetime.date.today()
 
-Install account_asset::
+Activate modules::
 
     >>> config = activate_modules(['account_asset', 'purchase'])
 

Reply via email to