Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Romain Courteaud
erp5_rtl_support
Commits
543c76e6
Commit
543c76e6
authored
Aug 01, 2017
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bt5_config: Explicitly add performance test for tests in zexp Business Manager file
parent
87c6d131
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
tests/__init__.py
tests/__init__.py
+5
-1
No files found.
tests/__init__.py
View file @
543c76e6
...
...
@@ -65,7 +65,11 @@ class _ERP5(ERP5TypeTestSuite):
class
PERF
(
_ERP5
):
def
getTestList
(
self
):
return
[
x
for
x
in
self
.
_getAllTestList
()
if
x
.
find
(
'Performance'
)
>
0
]
test_list
=
[
x
for
x
in
self
.
_getAllTestList
()
if
x
.
find
(
'Performance'
)
>
0
]
# XXX: Explicitly add the tests for running the tests inside the zexp file
# Should be removed after generic way to look for tests inside zexp BM
test_list
.
append
(
'erp5_performance_test:testWorkflowPerformance'
)
return
test_list
class
CloudPERF
(
_ERP5
):
...
...
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