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

        issue9395
        review291901002
diffstat:

 tests/scenario_account_payment.rst          |  2 +-
 tests/scenario_account_payment_invoice.rst  |  2 +-
 tests/scenario_account_payment_planning.rst |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 50fe0fb10415 -r aa1494dc7275 tests/scenario_account_payment.rst
--- a/tests/scenario_account_payment.rst        Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_account_payment.rst        Thu Jul 09 10:21:06 2020 +0100
@@ -13,7 +13,7 @@
     ...     create_chart, get_accounts
     >>> tomorrow = datetime.date.today() + datetime.timedelta(days=1)
 
-Install account_payment::
+Activate modules::
 
     >>> config = activate_modules('account_payment')
 
diff -r 50fe0fb10415 -r aa1494dc7275 tests/scenario_account_payment_invoice.rst
--- a/tests/scenario_account_payment_invoice.rst        Thu Jul 09 00:21:48 
2020 +0200
+++ b/tests/scenario_account_payment_invoice.rst        Thu Jul 09 10:21:06 
2020 +0100
@@ -14,7 +14,7 @@
     >>> from trytond.modules.account_invoice.tests.tools import \
     ...     set_fiscalyear_invoice_sequences
 
-Install account_payment and account_invoice::
+Activate modules::
 
     >>> config = activate_modules(['account_payment', 'account_invoice'])
 
diff -r 50fe0fb10415 -r aa1494dc7275 tests/scenario_account_payment_planning.rst
--- a/tests/scenario_account_payment_planning.rst       Thu Jul 09 00:21:48 
2020 +0200
+++ b/tests/scenario_account_payment_planning.rst       Thu Jul 09 10:21:06 
2020 +0100
@@ -16,7 +16,7 @@
     >>> tomorrow = today + datetime.timedelta(days=1)
     >>> next_week = today + datetime.timedelta(weeks=1)
 
-Install account_payment::
+Activate modules::
 
     >>> config = activate_modules('account_payment')
 

Reply via email to