Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
nexedi
/
erp5
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Merge Requests
113
Wiki
Snippets
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit c90f2131
authored
2019-10-31 17:25:51 +0100
by
Roque
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[HARDCODED] run all tests
1 parent
2d2018a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
tests/__init__.py
tests/__init__.py
View file @
c90f213
...
...
@@ -35,10 +35,10 @@ class _ERP5(ERP5TypeTestSuite):
component_re
=
re
.
compile
(
".*/([^/]+)/TestTemplateItem/portal_components"
"/test
\
.[^.]+
\
.([^.]+).py$"
)
for
test_path
in
(
#
glob('%s/product/*/tests/test*.py' % path) +
#
glob('%s/bt5/*/TestTemplateItem/test*.py' % path) +
#
glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % path)):
glob
(
'
%
s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*Project*.py'
%
path
)):
glob
(
'
%
s/product/*/tests/test*.py'
%
path
)
+
glob
(
'
%
s/bt5/*/TestTemplateItem/test*.py'
%
path
)
+
glob
(
'
%
s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)):
#
glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*Project*.py' % path)):
component_re_match
=
component_re
.
match
(
test_path
)
if
component_re_match
is
not
None
:
test_case
=
"
%
s:
%
s"
%
(
component_re_match
.
group
(
1
),
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment