Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
Kirill Smelkov
gevent
Commits
c0743046
Commit
c0743046
authored
Jun 21, 2010
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test__pywsgi.py: remove server_supports_pipeline
parent
1d5ede8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
greentest/test__pywsgi.py
greentest/test__pywsgi.py
+0
-5
greentest/test__wsgi.py
greentest/test__wsgi.py
+0
-1
No files found.
greentest/test__pywsgi.py
View file @
c0743046
...
@@ -39,7 +39,6 @@ from gevent import socket
...
@@ -39,7 +39,6 @@ from gevent import socket
CONTENT_LENGTH
=
'Content-Length'
CONTENT_LENGTH
=
'Content-Length'
CONN_ABORTED_ERRORS
=
[]
CONN_ABORTED_ERRORS
=
[]
server_implements_chunked
=
True
server_implements_chunked
=
True
server_supports_pipeline
=
True
server_implements_100continue
=
True
server_implements_100continue
=
True
DEBUG
=
'-v'
in
sys
.
argv
DEBUG
=
'-v'
in
sys
.
argv
...
@@ -261,10 +260,6 @@ class CommonTests(TestCase):
...
@@ -261,10 +260,6 @@ class CommonTests(TestCase):
except
AssertionError
,
ex
:
except
AssertionError
,
ex
:
if
ex
is
not
exception
:
if
ex
is
not
exception
:
raise
raise
if
server_supports_pipeline
:
raise
else
:
print
'PipelineNotImplementedWarning'
def
test_connection_close
(
self
):
def
test_connection_close
(
self
):
fd
=
self
.
connect
().
makefile
(
bufsize
=
1
)
fd
=
self
.
connect
().
makefile
(
bufsize
=
1
)
...
...
greentest/test__wsgi.py
View file @
c0743046
...
@@ -5,7 +5,6 @@ from test__pywsgi import *
...
@@ -5,7 +5,6 @@ from test__pywsgi import *
del
TestHttps
del
TestHttps
test__pywsgi
.
server_implements_chunked
=
False
test__pywsgi
.
server_implements_chunked
=
False
test__pywsgi
.
server_supports_pipeline
=
gevent
.
core
.
get_version
()[
1
]
==
'2'
test__pywsgi
.
server_implements_100continue
=
False
test__pywsgi
.
server_implements_100continue
=
False
TestCase
.
get_wsgi_module
=
lambda
*
args
:
wsgi
TestCase
.
get_wsgi_module
=
lambda
*
args
:
wsgi
...
...
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