Commit c97ff877 authored by Denis Bilenko's avatar Denis Bilenko

add info about gevent.httplib to test__all__.py

parent 34100c24
......@@ -17,7 +17,8 @@ ANY = ANY()
NOT_IMPLEMENTED = {
'socket': ['CAPI', 'gethostbyaddr', 'gethostbyname_ex', 'getnameinfo'],
'thread': ['allocate', 'exit_thread', 'interrupt_main', 'start_new'],
'select': ANY}
'select': ANY,
'httplib': ANY}
COULD_BE_MISSING = {
'socket': ['create_connection', 'RAND_add', 'RAND_egd', 'RAND_status']}
......
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