Commit 3c67ec2b authored by Denis Bilenko's avatar Denis Bilenko

test__all__.py: add test for gevent.core

--HG--
extra : transplant_source : I%1C%28%11%94c%AAW%E5R%5B%B1%D4W%89%A4%ECC%A1%EE
parent 995d6044
......@@ -158,7 +158,7 @@ are missing from %r:
self.check_extensions_actually_extend()
self.check_completeness()
for path, modname in walk_modules():
for path, modname in walk_modules(include_so=True):
modname = modname.replace('gevent.', '')
if modname not in SKIP:
exec '''def test_%s(self): self._test("gevent.%s")''' % (modname, 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