Commit f8132c4a authored by Denis Bilenko's avatar Denis Bilenko

test__all__.py: add test for gevent.core

parent 7aacdb78
...@@ -157,7 +157,7 @@ are missing from %r: ...@@ -157,7 +157,7 @@ are missing from %r:
self.check_extensions_actually_extend() self.check_extensions_actually_extend()
self.check_completeness() self.check_completeness()
for path, modname in walk_modules(): for path, modname in walk_modules(include_so=True):
modname = modname.replace('gevent.', '') modname = modname.replace('gevent.', '')
exec '''def test_%s(self): self._test("gevent.%s")''' % (modname, modname) exec '''def test_%s(self): self._test("gevent.%s")''' % (modname, modname)
del path, modname del path, modname
......
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