Commit 07bb13f9 authored by Denis Bilenko's avatar Denis Bilenko

test__monkey.py: check os.read/os.write

parent 5e10256b
......@@ -14,4 +14,8 @@ import socket
from gevent import socket as gevent_socket
assert socket.create_connection is gevent_socket.create_connection
import os
assert 'built-in' not in repr(os.read), repr(os.read)
assert 'built-in' not in repr(os.write), repr(os.write)
assert monkey.saved
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