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

        issue9395
        review291901002
diffstat:

 tests/scenario_account_statement.rst         |  2 +-
 tests/scenario_statement_origin.rst          |  2 +-
 tests/scenario_statement_origin_invoices.rst |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r c042ebd7776c -r 9dc72cac5b27 tests/scenario_account_statement.rst
--- a/tests/scenario_account_statement.rst      Tue Jul 07 23:56:09 2020 +0200
+++ b/tests/scenario_account_statement.rst      Thu Jul 09 10:21:06 2020 +0100
@@ -17,7 +17,7 @@
     ...     set_fiscalyear_invoice_sequences, create_payment_term
     >>> today = datetime.date.today()
 
-Install account_statement and account_invoice::
+Activate modules::
 
     >>> config = activate_modules(['account_statement', 'account_invoice'])
 
diff -r c042ebd7776c -r 9dc72cac5b27 tests/scenario_statement_origin.rst
--- a/tests/scenario_statement_origin.rst       Tue Jul 07 23:56:09 2020 +0200
+++ b/tests/scenario_statement_origin.rst       Thu Jul 09 10:21:06 2020 +0100
@@ -16,7 +16,7 @@
     ...     set_fiscalyear_invoice_sequences
     >>> today = datetime.date.today()
 
-Install account_statement::
+Activate modules::
 
     >>> config = activate_modules('account_statement')
 
diff -r c042ebd7776c -r 9dc72cac5b27 
tests/scenario_statement_origin_invoices.rst
--- a/tests/scenario_statement_origin_invoices.rst      Tue Jul 07 23:56:09 
2020 +0200
+++ b/tests/scenario_statement_origin_invoices.rst      Thu Jul 09 10:21:06 
2020 +0100
@@ -16,7 +16,7 @@
     ...     set_fiscalyear_invoice_sequences
     >>> today = datetime.date.today()
 
-Install account_statement::
+Activate modules::
 
     >>> config = activate_modules('account_statement')
 

Reply via email to