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
169e9fc2
Commit
169e9fc2
authored
Dec 29, 2013
by
Fantix King
Committed by
Denis Bilenko
Apr 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test__order.py
parent
054ad56e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
greentest/test__order.py
greentest/test__order.py
+1
-1
known_failures.py
known_failures.py
+0
-1
No files found.
greentest/test__order.py
View file @
169e9fc2
...
...
@@ -26,7 +26,7 @@ class Test(greentest.TestCase):
for
i
in
xrange
(
1
,
self
.
count
):
g
.
link
(
appender
(
lst
,
i
))
g
.
join
()
self
.
assertEqual
(
lst
,
range
(
self
.
count
))
self
.
assertEqual
(
lst
,
list
(
range
(
self
.
count
)
))
class
Test3
(
Test
):
...
...
known_failures.py
View file @
169e9fc2
...
...
@@ -108,7 +108,6 @@ test__pywsgi.py
test__socket_ex.py
test__example_echoserver.py
test__subprocess_poll.py
test__order.py
test__ssl.py
test__makefile_ref.py
test__socketpair.py
...
...
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