Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
erp5
Commits
71d55f86
Commit
71d55f86
authored
7 years ago
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New ERP5 test suite to only run functional tests
parent
92556fec
master
k
next
next-erp5-vifib
y/zodb-newTxn-nodup
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tests/__init__.py
tests/__init__.py
+6
-0
No files found.
tests/__init__.py
View file @
71d55f86
...
@@ -167,3 +167,9 @@ class ERP5_XHTML_Only(_ERP5):
...
@@ -167,3 +167,9 @@ class ERP5_XHTML_Only(_ERP5):
def
_getAllTestList
(
self
):
def
_getAllTestList
(
self
):
path
=
sys
.
path
[
0
]
path
=
sys
.
path
[
0
]
return
[
'%s/product/ERP5/tests/testXHTML.py'
%
path
]
return
[
'%s/product/ERP5/tests/testXHTML.py'
%
path
]
class
FunctionalTests
(
ERP5
):
def
_getAllTestList
(
self
):
return
[
x
for
x
in
super
(
FunctionalTests
,
self
).
_getAllTestList
()
if
x
.
startswith
(
'testFunctional'
)
or
':testFunctional'
in
x
]
This diff is collapsed.
Click to expand it.
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