Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
4428a642
Commit
4428a642
authored
May 28, 2013
by
Mame Coumba Sall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add standard_project_template in tests because it now contains project builders
parent
e20fdf0f
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
2 deletions
+9
-2
product/ERP5/tests/testAccounting.py
product/ERP5/tests/testAccounting.py
+1
-0
product/ERP5/tests/testAdvancedInvoicing.py
product/ERP5/tests/testAdvancedInvoicing.py
+2
-1
product/ERP5/tests/testInventoryAPI.py
product/ERP5/tests/testInventoryAPI.py
+1
-0
product/ERP5/tests/testOrder.py
product/ERP5/tests/testOrder.py
+1
-0
product/ERP5/tests/testProject.py
product/ERP5/tests/testProject.py
+1
-0
product/ERP5/tests/testTask.py
product/ERP5/tests/testTask.py
+1
-0
product/ERP5/tests/testTaskReporting.py
product/ERP5/tests/testTaskReporting.py
+2
-1
No files found.
product/ERP5/tests/testAccounting.py
View file @
4428a642
...
...
@@ -237,6 +237,7 @@ class AccountingTestCase(ERP5TypeTestCase):
'erp5_configurator_standard_trade_template'
,
'erp5_configurator_standard_accounting_template'
,
'erp5_configurator_standard_invoicing_template'
,
'erp5_configurator_standard_project_template'
,
'erp5_simulation_test'
)
...
...
product/ERP5/tests/testAdvancedInvoicing.py
View file @
4428a642
...
...
@@ -139,7 +139,8 @@ class TestAdvancedInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
'erp5_configurator_standard_trade_template'
,
'erp5_configurator_standard_invoicing_template'
,
'erp5_configurator_standard_accounting_template'
,
'erp5_configurator_standard_solver'
,
'erp5_simulation_test'
)
'erp5_configurator_standard_solver'
,
'erp5_simulation_test'
,
'erp5_configurator_standard_project_template'
)
def
stepStartRelatedInvoice
(
self
,
sequence
=
None
,
sequence_list
=
None
,
**
kw
):
packing_list
=
sequence
.
get
(
'packing_list'
)
...
...
product/ERP5/tests/testInventoryAPI.py
View file @
4428a642
...
...
@@ -185,6 +185,7 @@ class InventoryAPITestCase(ERP5TypeTestCase):
'erp5_dummy_movement'
,
'erp5_simulation'
,
'erp5_trade'
,
'erp5_apparel'
,
'erp5_project'
,
'erp5_configurator_standard_trade_template'
,
'erp5_configuratorr_standard_project_template'
,
'erp5_simulation_test'
,
'erp5_stock_cache'
)
# TODO: move this to a base class {{{
...
...
product/ERP5/tests/testOrder.py
View file @
4428a642
...
...
@@ -67,6 +67,7 @@ class TestOrderMixin(SubcontentReindexingWrapper):
'erp5_simulation'
,
'erp5_trade'
,
'erp5_apparel'
,
'erp5_project'
,
'erp5_configurator_standard_solver'
,
'erp5_configurator_standard_trade_template'
,
'erp5_configurator_standard_project_template'
,
'erp5_simulation_test'
,
'erp5_administration'
)
def
login
(
self
,
quiet
=
0
,
run
=
1
):
...
...
product/ERP5/tests/testProject.py
View file @
4428a642
...
...
@@ -51,6 +51,7 @@ class TestProject(ERP5TypeTestCase):
'erp5_trade'
,
'erp5_project'
,
'erp5_configurator_standard_trade_template'
,
'erp5_configurator_standard_project_template'
,
'erp5_simulation_test'
)
def
afterSetUp
(
self
):
...
...
product/ERP5/tests/testTask.py
View file @
4428a642
...
...
@@ -122,6 +122,7 @@ class TestTaskMixin:
'erp5_project'
,
'erp5_simulation_test'
,
'erp5_configurator_standard_solver'
,
'erp5_configurator_standard_trade_template'
,
'erp5_configurator_standard_project_template'
,
'erp5_core_proxy_field_legacy'
)
# def stepLogin(self, **kw):
...
...
product/ERP5/tests/testTaskReporting.py
View file @
4428a642
...
...
@@ -45,7 +45,8 @@ class TestTaskReporting(ERP5ReportTestCase):
return
(
'erp5_core_proxy_field_legacy'
,
'erp5_base'
,
'erp5_pdm'
,
'erp5_simulation'
,
'erp5_trade'
,
'erp5_configurator_standard_trade_template'
,
'erp5_project'
,
'erp5_simulation_test'
)
'erp5_project'
,
'erp5_simulation_test'
,
'erp5_configurator_standard_project_template'
)
@
reindex
def
_makeOneTask
(
self
,
simulation_state
=
'planned'
,
**
kw
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment