Commit b47db2d4 authored by Denis Bilenko's avatar Denis Bilenko

test__doctests.py: handle AsyncResult's doctests properly

parent 6ed3ea08
......@@ -10,7 +10,7 @@ modules = set()
def myfunction(*args, **kwargs):
pass
globs = {'myfunction': myfunction}
globs = {'myfunction': myfunction, 'gevent': gevent}
for path, dirs, files in os.walk(base):
package = 'gevent' + path.replace(base, '').replace('/', '.')
......
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