changeset cd657a317139 in modules/party:default
details: https://hg.tryton.org/modules/party?cmd=changeset;node=cd657a317139
description:
Use Activate modules as test scenario section name
issue9395
review291901002
diffstat:
tests/scenario_party_erase.rst | 2 +-
tests/scenario_party_phone_number.rst | 2 +-
tests/scenario_party_replace.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 730591518faa -r cd657a317139 tests/scenario_party_erase.rst
--- a/tests/scenario_party_erase.rst Tue Jul 07 23:56:10 2020 +0200
+++ b/tests/scenario_party_erase.rst Thu Jul 09 10:21:06 2020 +0100
@@ -7,7 +7,7 @@
>>> from proteus import Model, Wizard
>>> from trytond.tests.tools import activate_modules
-Install party::
+Activate modules::
>>> config = activate_modules('party')
diff -r 730591518faa -r cd657a317139 tests/scenario_party_phone_number.rst
--- a/tests/scenario_party_phone_number.rst Tue Jul 07 23:56:10 2020 +0200
+++ b/tests/scenario_party_phone_number.rst Thu Jul 09 10:21:06 2020 +0100
@@ -7,7 +7,7 @@
>>> from proteus import Model, Wizard
>>> from trytond.tests.tools import activate_modules
-Install party::
+Activate modules::
>>> config = activate_modules('party')
diff -r 730591518faa -r cd657a317139 tests/scenario_party_replace.rst
--- a/tests/scenario_party_replace.rst Tue Jul 07 23:56:10 2020 +0200
+++ b/tests/scenario_party_replace.rst Thu Jul 09 10:21:06 2020 +0100
@@ -7,7 +7,7 @@
>>> from proteus import Model, Wizard
>>> from trytond.tests.tools import activate_modules
-Install party::
+Activate modules::
>>> config = activate_modules('party')