Commit 601fac37 authored by Denis Bilenko's avatar Denis Bilenko

test__ares_host_result.py: use greentest instead

parent 58ff8e64
import pickle import pickle
import unittest import greentest
from gevent.ares import ares_host_result from gevent.ares import ares_host_result
class TestPickle(unittest.TestCase): class TestPickle(greentest.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__':
unittest.main() greentest.main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment