changeset a4760b0373a9 in modules/account_cash_rounding:default
details:
https://hg.tryton.org/modules/account_cash_rounding?cmd=changeset;node=a4760b0373a9
description:
Use Activate modules as test scenario section name
issue9395
review291901002
diffstat:
tests/scenario_account_cash_rounding.rst | 2 +-
tests/scenario_account_cash_rounding_purchase.rst | 2 +-
tests/scenario_account_cash_rounding_sale.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r b9329dc4ee28 -r a4760b0373a9 tests/scenario_account_cash_rounding.rst
--- a/tests/scenario_account_cash_rounding.rst Tue May 19 18:49:04 2020 +0200
+++ b/tests/scenario_account_cash_rounding.rst Thu Jul 09 10:21:05 2020 +0100
@@ -14,7 +14,7 @@
>>> from trytond.modules.account_invoice.tests.tools import \
... set_fiscalyear_invoice_sequences
-Install account_cash_rounding and account_invoice::
+Activate modules::
>>> config = activate_modules(['account_cash_rounding', 'account_invoice'])
diff -r b9329dc4ee28 -r a4760b0373a9
tests/scenario_account_cash_rounding_purchase.rst
--- a/tests/scenario_account_cash_rounding_purchase.rst Tue May 19 18:49:04
2020 +0200
+++ b/tests/scenario_account_cash_rounding_purchase.rst Thu Jul 09 10:21:05
2020 +0100
@@ -12,7 +12,7 @@
>>> from trytond.modules.account.tests.tools import create_chart, \
... get_accounts
-Install account_cash_rounding and purchase::
+Activate modules::
>>> config = activate_modules(['account_cash_rounding', 'purchase'])
diff -r b9329dc4ee28 -r a4760b0373a9
tests/scenario_account_cash_rounding_sale.rst
--- a/tests/scenario_account_cash_rounding_sale.rst Tue May 19 18:49:04
2020 +0200
+++ b/tests/scenario_account_cash_rounding_sale.rst Thu Jul 09 10:21:05
2020 +0100
@@ -12,7 +12,7 @@
>>> from trytond.modules.account.tests.tools import create_chart, \
... get_accounts
-Install account_cash_rounding and sale::
+Activate modules::
>>> config = activate_modules(['account_cash_rounding', 'sale'])