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
17104010
Commit
17104010
authored
Jul 25, 2017
by
Tomáš Peterka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[rendejs_ui_test] Remove OfficeJS tests
parent
e654e34c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/__init__.py
tests/__init__.py
+0
-1
No files found.
tests/__init__.py
View file @
17104010
...
@@ -34,7 +34,6 @@ class _ERP5(ERP5TypeTestSuite):
...
@@ -34,7 +34,6 @@ class _ERP5(ERP5TypeTestSuite):
"/test
\
.[^.]+
\
.([^.]+).py$"
)
"/test
\
.[^.]+
\
.([^.]+).py$"
)
for
test_path
in
(
for
test_path
in
(
glob
(
'%s/bt5/erp5_hal_json_style/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)
+
glob
(
'%s/bt5/erp5_hal_json_style/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)
+
glob
(
'%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)
+
glob
(
'%s/bt5/erp5_web_renderjs_ui_test/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)):
glob
(
'%s/bt5/erp5_web_renderjs_ui_test/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)):
component_re_match
=
component_re
.
match
(
test_path
)
component_re_match
=
component_re
.
match
(
test_path
)
if
component_re_match
is
not
None
:
if
component_re_match
is
not
None
:
...
...
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