Revert "tests: use dot to separate test name components"
This reverts commit 454788d459
.
This commit is contained in:
parent
f61045178a
commit
95ae3f44aa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user