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
d9a9bfe5
Commit
d9a9bfe5
authored
14 years ago
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test__server.py: remove unused variable
parent
9093ae1c
master
y/pydbg
1.4.0
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.2.post0
1.3.1
1.3.0
1.3b2
1.3b1
1.3a2
1.3a1
1.2.2
1.2.1
1.2.0
1.0.1
1.0
1.0rc3
1.0rc2
1.0rc1
1.0b4
1.0b3
1.0b2
1.0b1
1.0a3
1.0a2
1.0a1
v1.2a2
v1.2a1
v1.1.2
v1.1.1
v1.1.0
v1.1rc5
v1.1rc4
v1.1rc3
v1.1rc2
v1.1rc1
v1.1b6
v1.1b5
v1.1b4
v1.1b3
v1.1b2
v1.1b1
v1.1a2
v1.1a1
v1.0.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
greentest/test__server.py
greentest/test__server.py
+1
-1
No files found.
greentest/test__server.py
View file @
d9a9bfe5
...
...
@@ -305,7 +305,7 @@ class TestPoolSpawn(TestDefaultSpawn):
def
test_pool_full
(
self
):
self
.
init_server
()
short_request
=
self
.
send_request
(
'/short'
)
long_request
=
self
.
send_request
(
'/long'
)
self
.
send_request
(
'/long'
)
gevent
.
sleep
(
0.01
)
self
.
assertPoolFull
()
self
.
assertPoolFull
()
...
...
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