Revert "tests: use dot to separate test name components"

This reverts commit 454788d459.
This commit is contained in:
Wojciech Zygmunt Porczyk 2015-03-05 13:44:50 +01:00
parent f61045178a
commit 95ae3f44aa

View File

@ -132,7 +132,7 @@ class QubesTestCase(unittest.TestCase):
def __str__(self):
return '{}.{}.{}'.format(
return '{}/{}/{}'.format(
'.'.join(self.__class__.__module__.split('.')[2:]),
self.__class__.__name__,
self._testMethodName)