Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
1448a741
Commit
1448a741
authored
2 years ago
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/erp5/test: stop testing for wsgi: False
Only wsgi is supported with Zope 4
parent
481670e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
18 deletions
+1
-18
software/erp5/test/test/test_erp5.py
software/erp5/test/test/test_erp5.py
+1
-18
No files found.
software/erp5/test/test/test_erp5.py
View file @
1448a741
...
@@ -123,16 +123,6 @@ class TestDefaultParameters(ERP5InstanceTestCase, TestPublishedURLIsReachableMix
...
@@ -123,16 +123,6 @@ class TestDefaultParameters(ERP5InstanceTestCase, TestPublishedURLIsReachableMix
__test_matrix__
=
matrix
((
default
,))
__test_matrix__
=
matrix
((
default
,))
class
TestMedusa
(
ERP5InstanceTestCase
,
TestPublishedURLIsReachableMixin
):
"""Test ERP5 Medusa server
"""
__partition_reference__
=
'medusa'
@
classmethod
def
getInstanceParameterDict
(
cls
):
return
{
'_'
:
json
.
dumps
({
'wsgi'
:
False
})}
class
TestJupyter
(
ERP5InstanceTestCase
,
TestPublishedURLIsReachableMixin
):
class
TestJupyter
(
ERP5InstanceTestCase
,
TestPublishedURLIsReachableMixin
):
"""Test ERP5 Jupyter notebook
"""Test ERP5 Jupyter notebook
"""
"""
...
@@ -523,8 +513,6 @@ class ZopeSkinsMixin:
...
@@ -523,8 +513,6 @@ class ZopeSkinsMixin:
class
ZopeTestMixin
(
ZopeSkinsMixin
,
CrontabMixin
):
class
ZopeTestMixin
(
ZopeSkinsMixin
,
CrontabMixin
):
"""Mixin class for zope features.
"""Mixin class for zope features.
"""
"""
wsgi
=
NotImplemented
# type: bool
__partition_reference__
=
'z'
__partition_reference__
=
'z'
@
classmethod
@
classmethod
...
@@ -538,8 +526,7 @@ class ZopeTestMixin(ZopeSkinsMixin, CrontabMixin):
...
@@ -538,8 +526,7 @@ class ZopeTestMixin(ZopeSkinsMixin, CrontabMixin):
"longrequest-logger-timeout"
:
1
,
"longrequest-logger-timeout"
:
1
,
},
},
},
},
"wsgi"
:
cls
.
wsgi
,
}),
})
}
}
@
classmethod
@
classmethod
...
@@ -852,12 +839,8 @@ class ZopeTestMixin(ZopeSkinsMixin, CrontabMixin):
...
@@ -852,12 +839,8 @@ class ZopeTestMixin(ZopeSkinsMixin, CrontabMixin):
wait_for_activities
(
10
)
wait_for_activities
(
10
)
class
TestZopeMedusa
(
ZopeTestMixin
,
ERP5InstanceTestCase
):
wsgi
=
False
class
TestZopeWSGI
(
ZopeTestMixin
,
ERP5InstanceTestCase
):
class
TestZopeWSGI
(
ZopeTestMixin
,
ERP5InstanceTestCase
):
wsgi
=
True
@
unittest
.
expectedFailure
@
unittest
.
expectedFailure
def
test_basic_authentication_user_in_access_log
(
self
):
def
test_basic_authentication_user_in_access_log
(
self
):
...
...
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