changeset 1f2e3a57e0fd in modules/account:default
details: https://hg.tryton.org/modules/account?cmd=changeset;node=1f2e3a57e0fd
description:
Use Activate modules as test scenario section name
issue9395
review291901002
diffstat:
tests/scenario_account_active.rst | 2 +-
tests/scenario_account_reconcile.rst | 2 +-
tests/scenario_account_reconciliation.rst | 2 +-
tests/scenario_move_cancel.rst | 2 +-
tests/scenario_move_line_group.rst | 2 +-
tests/scenario_move_template.rst | 2 +-
tests/scenario_renew_fiscalyear.rst | 2 +-
tests/scenario_reports.rst | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diffs (96 lines):
diff -r d4d978874007 -r 1f2e3a57e0fd tests/scenario_account_active.rst
--- a/tests/scenario_account_active.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_account_active.rst Thu Jul 09 10:21:05 2020 +0100
@@ -13,7 +13,7 @@
>>> from trytond.modules.account.tests.tools import create_fiscalyear, \
... create_chart, get_accounts
-Install account::
+Activate modules::
>>> config = activate_modules('account')
diff -r d4d978874007 -r 1f2e3a57e0fd tests/scenario_account_reconcile.rst
--- a/tests/scenario_account_reconcile.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_account_reconcile.rst Thu Jul 09 10:21:05 2020 +0100
@@ -12,7 +12,7 @@
>>> from trytond.modules.account.tests.tools import create_fiscalyear, \
... create_chart, get_accounts
-Install account::
+Activate modules::
>>> config = activate_modules('account')
diff -r d4d978874007 -r 1f2e3a57e0fd tests/scenario_account_reconciliation.rst
--- a/tests/scenario_account_reconciliation.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_account_reconciliation.rst Thu Jul 09 10:21:05 2020 +0100
@@ -15,7 +15,7 @@
... create_chart, get_accounts
>>> today = datetime.date.today()
-Install account::
+Activate modules::
>>> config = activate_modules('account')
diff -r d4d978874007 -r 1f2e3a57e0fd tests/scenario_move_cancel.rst
--- a/tests/scenario_move_cancel.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_move_cancel.rst Thu Jul 09 10:21:05 2020 +0100
@@ -16,7 +16,7 @@
>>> from trytond.modules.currency.tests.tools import get_currency
>>> today = datetime.date.today()
-Install account::
+Activate modules::
>>> config = activate_modules('account')
diff -r d4d978874007 -r 1f2e3a57e0fd tests/scenario_move_line_group.rst
--- a/tests/scenario_move_line_group.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_move_line_group.rst Thu Jul 09 10:21:05 2020 +0100
@@ -15,7 +15,7 @@
... create_chart, get_accounts
>>> from trytond.modules.account.exceptions import CancelDelegatedWarning
-Install account::
+Activate modules::
>>> config = activate_modules('account')
diff -r d4d978874007 -r 1f2e3a57e0fd tests/scenario_move_template.rst
--- a/tests/scenario_move_template.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_move_template.rst Thu Jul 09 10:21:05 2020 +0100
@@ -12,7 +12,7 @@
>>> from trytond.modules.account.tests.tools import create_fiscalyear, \
... create_chart, get_accounts, create_tax, create_tax_code
-Install account::
+Activate modules::
>>> config = activate_modules('account')
diff -r d4d978874007 -r 1f2e3a57e0fd tests/scenario_renew_fiscalyear.rst
--- a/tests/scenario_renew_fiscalyear.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_renew_fiscalyear.rst Thu Jul 09 10:21:05 2020 +0100
@@ -15,7 +15,7 @@
>>> today = datetime.date.today()
>>> end_year = today + relativedelta(month=12, day=31)
-Install account::
+Activate modules::
>>> config = activate_modules('account')
diff -r d4d978874007 -r 1f2e3a57e0fd tests/scenario_reports.rst
--- a/tests/scenario_reports.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_reports.rst Thu Jul 09 10:21:05 2020 +0100
@@ -15,7 +15,7 @@
... create_chart, get_accounts
>>> today = datetime.date.today()
-Install account::
+Activate modules::
>>> config = activate_modules('account')