diff -r 4d87bc126368 -r be50d98d3668 testsuite.py --- 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__) )