Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
d7aaaf1d
Commit
d7aaaf1d
authored
Jun 25, 2024
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MORE TESTS
parent
6c666b39
Pipeline
#35522
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
tests/__init__.py
tests/__init__.py
+9
-9
No files found.
tests/__init__.py
View file @
d7aaaf1d
...
...
@@ -284,17 +284,17 @@ class ERP5BusinessTemplateCodingStyleTestSuite(_ERP5):
def
getTestList
(
self
):
test_list
=
[]
for
business_template_path
in
(
glob
(
'%s/../product/ERP5/bootstrap/erp5_*'
%
HERE
)
+
glob
(
'%s/../bt5/erp5_adm*'
%
HERE
)
+
glob
(
'%s/../bt5/erp5_forge*'
%
HERE
)
+
#
glob('%s/../product/ERP5/bootstrap/erp5_*' % HERE) +
#
glob('%s/../bt5/erp5_adm*' % HERE) +
#
glob('%s/../bt5/erp5_forge*' % HERE) +
glob
(
'%s/../bt5/erp5_*hal*'
%
HERE
)
+
glob
(
'%s/../bt5/erp5_*renderjs*'
%
HERE
)
+
glob
(
'%s/../bt5/erp5_*officejs*'
%
HERE
)
+
glob
(
'%s/../bt5/erp5_web*'
%
HERE
)
+
glob
(
'%s/../bt5/erp5_configu*'
%
HERE
)
+
glob
(
'%s/../bt5/erp5_upgrader*'
%
HERE
)
+
glob
(
'%s/../bt5/erp5_corporate_identity*'
%
HERE
)
+
glob
(
'%s/../bt5/erp5_run_my_doc*'
%
HERE
)
+
#
glob('%s/../bt5/erp5_*officejs*' % HERE) +
#
glob('%s/../bt5/erp5_web*' % HERE) +
#
glob('%s/../bt5/erp5_configu*' % HERE) +
#
glob('%s/../bt5/erp5_upgrader*' % HERE) +
#
glob('%s/../bt5/erp5_corporate_identity*' % HERE) +
#
glob('%s/../bt5/erp5_run_my_doc*' % HERE) +
[]
):
# we skip coding style check for business templates having this marker
...
...
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