testsuite.py

changeset 42
be50d98d3668
parent 32
75f44d3063da
child 45
7a7c237a1717
--- 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__)
     )
 

mercurial