--- a/testsuite.py Wed Jan 31 14:50:19 2018 +0200
+++ b/testsuite.py Wed Jan 31 14:54:58 2018 +0200
@@ -24,7 +24,7 @@
from pkgutil import walk_packages
import tests
yield from sorted(
- 'tests.' + result.name
+ 'tests.' + result[1]
for result in walk_packages(tests.__path__)
)