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

        issue9395
        review291901002
diffstat:

 tests/scenario_credit_note.rst                           |  2 +-
 tests/scenario_invoice.rst                               |  2 +-
 tests/scenario_invoice_alternate_currency.rst            |  2 +-
 tests/scenario_invoice_alternate_currency_lower_rate.rst |  2 +-
 tests/scenario_invoice_customer_sequential.rst           |  2 +-
 tests/scenario_invoice_group_line.rst                    |  2 +-
 tests/scenario_invoice_overpayment.rst                   |  2 +-
 tests/scenario_invoice_supplier.rst                      |  2 +-
 tests/scenario_invoice_supplier_post_paid.rst            |  2 +-
 tests/scenario_invoice_with_credit.rst                   |  2 +-
 tests/scenario_renew_fiscalyear.rst                      |  2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diffs (132 lines):

diff -r 5cc446f4a988 -r 8946b8eaef6b tests/scenario_credit_note.rst
--- a/tests/scenario_credit_note.rst    Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_credit_note.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_invoice::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 
diff -r 5cc446f4a988 -r 8946b8eaef6b tests/scenario_invoice.rst
--- a/tests/scenario_invoice.rst        Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_invoice.rst        Thu Jul 09 10:21:06 2020 +0100
@@ -17,7 +17,7 @@
     ...     set_fiscalyear_invoice_sequences
     >>> today = datetime.date.today()
 
-Install account_invoice::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 
diff -r 5cc446f4a988 -r 8946b8eaef6b 
tests/scenario_invoice_alternate_currency.rst
--- a/tests/scenario_invoice_alternate_currency.rst     Thu Jul 09 00:21:48 
2020 +0200
+++ b/tests/scenario_invoice_alternate_currency.rst     Thu Jul 09 10:21:06 
2020 +0100
@@ -20,7 +20,7 @@
     >>> today = datetime.date.today()
     >>> tomorrow = today + relativedelta(days=1)
 
-Install account_invoice::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 
diff -r 5cc446f4a988 -r 8946b8eaef6b 
tests/scenario_invoice_alternate_currency_lower_rate.rst
--- a/tests/scenario_invoice_alternate_currency_lower_rate.rst  Thu Jul 09 
00:21:48 2020 +0200
+++ b/tests/scenario_invoice_alternate_currency_lower_rate.rst  Thu Jul 09 
10:21:06 2020 +0100
@@ -17,7 +17,7 @@
     ...     set_fiscalyear_invoice_sequences
     >>> today = datetime.date.today()
 
-Install account_invoice::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 
diff -r 5cc446f4a988 -r 8946b8eaef6b 
tests/scenario_invoice_customer_sequential.rst
--- a/tests/scenario_invoice_customer_sequential.rst    Thu Jul 09 00:21:48 
2020 +0200
+++ b/tests/scenario_invoice_customer_sequential.rst    Thu Jul 09 10:21:06 
2020 +0100
@@ -18,7 +18,7 @@
     >>> today = dt.date.today()
     >>> next_year = today + relativedelta(years=1)
 
-Install account_invoice::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 
diff -r 5cc446f4a988 -r 8946b8eaef6b tests/scenario_invoice_group_line.rst
--- a/tests/scenario_invoice_group_line.rst     Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_invoice_group_line.rst     Thu Jul 09 10:21:06 2020 +0100
@@ -15,7 +15,7 @@
     >>> from trytond.modules.account_invoice.tests.tools import \
     ...     set_fiscalyear_invoice_sequences
 
-Install account_invoice::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 
diff -r 5cc446f4a988 -r 8946b8eaef6b tests/scenario_invoice_overpayment.rst
--- a/tests/scenario_invoice_overpayment.rst    Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_invoice_overpayment.rst    Thu Jul 09 10:21:06 2020 +0100
@@ -15,7 +15,7 @@
     >>> from trytond.modules.account_invoice.tests.tools import \
     ...     set_fiscalyear_invoice_sequences
 
-Install account_invoice::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 
diff -r 5cc446f4a988 -r 8946b8eaef6b tests/scenario_invoice_supplier.rst
--- a/tests/scenario_invoice_supplier.rst       Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_invoice_supplier.rst       Thu Jul 09 10:21:06 2020 +0100
@@ -17,7 +17,7 @@
     ...     set_fiscalyear_invoice_sequences
     >>> today = datetime.date.today()
 
-Install account_invoice::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 
diff -r 5cc446f4a988 -r 8946b8eaef6b 
tests/scenario_invoice_supplier_post_paid.rst
--- a/tests/scenario_invoice_supplier_post_paid.rst     Thu Jul 09 00:21:48 
2020 +0200
+++ b/tests/scenario_invoice_supplier_post_paid.rst     Thu Jul 09 10:21:06 
2020 +0100
@@ -17,7 +17,7 @@
     ...     set_fiscalyear_invoice_sequences
     >>> today = datetime.date.today()
 
-Install account_invoice::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 
diff -r 5cc446f4a988 -r 8946b8eaef6b tests/scenario_invoice_with_credit.rst
--- a/tests/scenario_invoice_with_credit.rst    Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_invoice_with_credit.rst    Thu Jul 09 10:21:06 2020 +0100
@@ -17,7 +17,7 @@
     ...     set_fiscalyear_invoice_sequences
     >>> today = datetime.date.today()
 
-Install account_invoice::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 
diff -r 5cc446f4a988 -r 8946b8eaef6b 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:06 2020 +0100
@@ -17,7 +17,7 @@
     >>> today = datetime.date.today()
     >>> end_year = today + relativedelta(month=12, day=31)
 
-Install account::
+Activate modules::
 
     >>> config = activate_modules('account_invoice')
 

Reply via email to