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
601fac37
Commit
601fac37
authored
Sep 26, 2012
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test__ares_host_result.py: use greentest instead
parent
58ff8e64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
greentest/test__ares_host_result.py
greentest/test__ares_host_result.py
+3
-3
No files found.
greentest/test__ares_host_result.py
View file @
601fac37
import
pickle
import
pickle
import
unit
test
import
green
test
from
gevent.ares
import
ares_host_result
from
gevent.ares
import
ares_host_result
class
TestPickle
(
unit
test
.
TestCase
):
class
TestPickle
(
green
test
.
TestCase
):
# Issue 104: ares.ares_host_result unpickleable
# Issue 104: ares.ares_host_result unpickleable
def
_test
(
self
,
protocol
):
def
_test
(
self
,
protocol
):
...
@@ -30,4 +30,4 @@ class TestPickle(unittest.TestCase):
...
@@ -30,4 +30,4 @@ class TestPickle(unittest.TestCase):
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
unit
test
.
main
()
green
test
.
main
()
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