changeset 6ec1aa6f7067 in modules/project_invoice:default
details:
https://hg.tryton.org/modules/project_invoice?cmd=changeset;node=6ec1aa6f7067
description:
Use Activate modules as test scenario section name
issue9395
review291901002
diffstat:
tests/scenario_project_invoice_effort.rst | 2 +-
tests/scenario_project_invoice_multiple_party.rst | 2 +-
tests/scenario_project_invoice_progress.rst | 2 +-
tests/scenario_project_invoice_timesheet.rst | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diffs (48 lines):
diff -r c32da14065ba -r 6ec1aa6f7067 tests/scenario_project_invoice_effort.rst
--- a/tests/scenario_project_invoice_effort.rst Tue Jul 07 23:56:10 2020 +0200
+++ b/tests/scenario_project_invoice_effort.rst Thu Jul 09 10:21:06 2020 +0100
@@ -17,7 +17,7 @@
... create_payment_term
>>> today = datetime.date.today()
-Install project_invoice::
+Activate modules::
>>> config = activate_modules('project_invoice')
diff -r c32da14065ba -r 6ec1aa6f7067
tests/scenario_project_invoice_multiple_party.rst
--- a/tests/scenario_project_invoice_multiple_party.rst Tue Jul 07 23:56:10
2020 +0200
+++ b/tests/scenario_project_invoice_multiple_party.rst Thu Jul 09 10:21:06
2020 +0100
@@ -15,7 +15,7 @@
... get_accounts
>>> today = datetime.date.today()
-Install project_invoice::
+Activate modules::
>>> config = activate_modules('project_invoice')
diff -r c32da14065ba -r 6ec1aa6f7067 tests/scenario_project_invoice_progress.rst
--- a/tests/scenario_project_invoice_progress.rst Tue Jul 07 23:56:10
2020 +0200
+++ b/tests/scenario_project_invoice_progress.rst Thu Jul 09 10:21:06
2020 +0100
@@ -17,7 +17,7 @@
... create_payment_term
>>> today = datetime.date.today()
-Install project_invoice::
+Activate modules::
>>> config = activate_modules('project_invoice')
diff -r c32da14065ba -r 6ec1aa6f7067
tests/scenario_project_invoice_timesheet.rst
--- a/tests/scenario_project_invoice_timesheet.rst Tue Jul 07 23:56:10
2020 +0200
+++ b/tests/scenario_project_invoice_timesheet.rst Thu Jul 09 10:21:06
2020 +0100
@@ -17,7 +17,7 @@
... create_payment_term
>>> today = datetime.date.today()
-Install project_invoice::
+Activate modules::
>>> config = activate_modules('project_invoice')