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

        issue9395
        review291901002
diffstat:

 tests/scenario_account_negative_payment_clearing.rst |  2 +-
 tests/scenario_account_payment_clearing.rst          |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 029588b57a9a -r f12cdce20a8b 
tests/scenario_account_negative_payment_clearing.rst
--- a/tests/scenario_account_negative_payment_clearing.rst      Tue Jul 07 
23:56:09 2020 +0200
+++ b/tests/scenario_account_negative_payment_clearing.rst      Thu Jul 09 
10:21:06 2020 +0100
@@ -16,7 +16,7 @@
     ...     set_fiscalyear_invoice_sequences
     >>> today = datetime.date.today()
 
-Install account_payment_clearing and account_statement::
+Activate modules::
 
     >>> config = activate_modules(['account_payment_clearing', 
'account_statement'])
 
diff -r 029588b57a9a -r f12cdce20a8b tests/scenario_account_payment_clearing.rst
--- a/tests/scenario_account_payment_clearing.rst       Tue Jul 07 23:56:09 
2020 +0200
+++ b/tests/scenario_account_payment_clearing.rst       Thu Jul 09 10:21:06 
2020 +0100
@@ -19,7 +19,7 @@
     >>> yesterday = today - relativedelta(days=1)
     >>> first = today  + relativedelta(day=1)
 
-Install account_payment_clearing and account_statement::
+Activate modules::
 
     >>> config = activate_modules(['account_payment_clearing', 
'account_statement'])
 

Reply via email to