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
33268a8b
Commit
33268a8b
authored
Apr 07, 2010
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wsgi_test.py: remove unused code
parent
55a27151
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
greentest/wsgi_test.py
greentest/wsgi_test.py
+0
-8
No files found.
greentest/wsgi_test.py
View file @
33268a8b
...
...
@@ -192,14 +192,6 @@ class TestHttpdBasic(TestCase):
if
ex
[
0
]
not
in
CONN_ABORTED_ERRORS
:
raise
def
skip_test_005_run_apachebench
(
self
):
url
=
'http://localhost:%s/'
%
self
.
port
# ab is apachebench
from
gevent
import
processes
out
=
processes
.
Process
(
greentest
.
find_command
(
'ab'
),
[
'-c'
,
'64'
,
'-n'
,
'1024'
,
'-k'
,
url
])
print
out
.
read
()
def
SKIP_test_006_reject_long_urls
(
self
):
fd
=
self
.
connect
().
makefile
(
bufsize
=
1
)
path_parts
=
[]
...
...
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