changeset ca32c380594b in modules/purchase:default
details: https://hg.tryton.org/modules/purchase?cmd=changeset;node=ca32c380594b
description:
Use Activate modules as test scenario section name
issue9395
review291901002
diffstat:
tests/scenario_purchase.rst | 2 +-
tests/scenario_purchase_copy_product_suppliers.rst | 2 +-
tests/scenario_purchase_empty.rst | 2 +-
tests/scenario_purchase_modify_header.rst | 2 +-
tests/scenario_purchase_return_wizard.rst | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diffs (60 lines):
diff -r ef0025bd47c7 -r ca32c380594b tests/scenario_purchase.rst
--- a/tests/scenario_purchase.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_purchase.rst Thu Jul 09 10:21:06 2020 +0100
@@ -18,7 +18,7 @@
... set_fiscalyear_invoice_sequences, create_payment_term
>>> today = datetime.date.today()
-Install purchase::
+Activate modules::
>>> config = activate_modules('purchase')
diff -r ef0025bd47c7 -r ca32c380594b
tests/scenario_purchase_copy_product_suppliers.rst
--- a/tests/scenario_purchase_copy_product_suppliers.rst Thu Jul 09
00:21:48 2020 +0200
+++ b/tests/scenario_purchase_copy_product_suppliers.rst Thu Jul 09
10:21:06 2020 +0100
@@ -10,7 +10,7 @@
>>> from trytond.modules.company.tests.tools import create_company, \
... get_company
-Install purchase::
+Activate modules::
>>> config = activate_modules('purchase')
diff -r ef0025bd47c7 -r ca32c380594b tests/scenario_purchase_empty.rst
--- a/tests/scenario_purchase_empty.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_purchase_empty.rst Thu Jul 09 10:21:06 2020 +0100
@@ -11,7 +11,7 @@
>>> from trytond.modules.account.tests.tools import create_fiscalyear, \
... create_chart
-Install purchase::
+Activate modules::
>>> config = activate_modules('purchase')
diff -r ef0025bd47c7 -r ca32c380594b tests/scenario_purchase_modify_header.rst
--- a/tests/scenario_purchase_modify_header.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_purchase_modify_header.rst Thu Jul 09 10:21:06 2020 +0100
@@ -12,7 +12,7 @@
>>> from trytond.modules.account.tests.tools import create_fiscalyear, \
... create_chart, create_tax, get_accounts
-Install sale::
+Activate modules::
>>> config = activate_modules('purchase')
diff -r ef0025bd47c7 -r ca32c380594b tests/scenario_purchase_return_wizard.rst
--- a/tests/scenario_purchase_return_wizard.rst Thu Jul 09 00:21:48 2020 +0200
+++ b/tests/scenario_purchase_return_wizard.rst Thu Jul 09 10:21:06 2020 +0100
@@ -18,7 +18,7 @@
>>> today = datetime.date.today()
-Install purchase::
+Activate modules::
>>> config = activate_modules('purchase')