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
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
Łukasz Nowak
erp5
Commits
7401827b
Commit
7401827b
authored
Mar 06, 2020
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MORE TESTS
parent
abdc1694
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
tests/__init__.py
tests/__init__.py
+4
-2
No files found.
tests/__init__.py
View file @
7401827b
...
@@ -39,12 +39,12 @@ class _ERP5(SavedTestSuite):
...
@@ -39,12 +39,12 @@ class _ERP5(SavedTestSuite):
# glob('%s/product/Formulator/tests/test*.py' % path) +
# glob('%s/product/Formulator/tests/test*.py' % path) +
# glob('%s/product/ERP5Form/tests/test*.py' % path) +
# glob('%s/product/ERP5Form/tests/test*.py' % path) +
# ['%s/product/ERP5OOo/tests/testDeferredStyle.py' % path] +
# ['%s/product/ERP5OOo/tests/testDeferredStyle.py' % path] +
#
['%s/product/ERP5/tests/testXHTML.py' % path] +
[
'%s/product/ERP5/tests/testXHTML.py'
%
path
]
+
# ['%s/product/ERP5/tests/testERP5Core.py' % path] +
# ['%s/product/ERP5/tests/testERP5Core.py' % path] +
# ['%s/product/ERP5/tests/testQueryModule.py' % path] +
# ['%s/product/ERP5/tests/testQueryModule.py' % path] +
# ['%s/product/ERP5/tests/testBankReconciliation.py' % path] +
# ['%s/product/ERP5/tests/testBankReconciliation.py' % path] +
# ['%s/product/ERP5Security/tests/testERP5Security.py' % path] +
# ['%s/product/ERP5Security/tests/testERP5Security.py' % path] +
#
['%s/product/ERP5Type/tests/testFunctionalCore.py' % path] +
[
'%s/product/ERP5Type/tests/testFunctionalCore.py'
%
path
]
+
# ['%s/product/ERP5Type/tests/testFunctionalAnonymousSelection.py' % path] +
# ['%s/product/ERP5Type/tests/testFunctionalAnonymousSelection.py' % path] +
# glob('%s/bt5/erp5_web/TestTemplateItem/portal_components/test.*.test*.py' % path) +
# glob('%s/bt5/erp5_web/TestTemplateItem/portal_components/test.*.test*.py' % path) +
# glob('%s/bt5/erp5_web_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) +
# glob('%s/bt5/erp5_web_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) +
...
@@ -70,6 +70,8 @@ class _ERP5(SavedTestSuite):
...
@@ -70,6 +70,8 @@ class _ERP5(SavedTestSuite):
# glob('%s/bt5/erp5_test_result/TestTemplateItem/portal_components/test.*.test*.py' % path) +
# glob('%s/bt5/erp5_test_result/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_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)
+
glob
(
'%s/bt5/erp5_web_manifest_test/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)
+
glob
(
'%s/bt5/erp5_web_manifest_test/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)
+
glob
(
'%s/bt5/erp5_km_ui_test/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)
+
glob
(
'%s/bt5/erp5_monaco_editor_ui_test/TestTemplateItem/portal_components/test.*.test*.py'
%
path
)
+
# glob('%s/bt5/erp5_oauth*/TestTemplateItem/portal_components/test.*.test*.py' % path) +
# glob('%s/bt5/erp5_oauth*/TestTemplateItem/portal_components/test.*.test*.py' % path) +
[]
[]
):
):
...
...
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