tests: use dot to separate test name components
This way the name can be directly copied to cmdline to rerun that particular test.
这个提交包含在:
父节点
e65842322a
当前提交
454788d459
@ -129,7 +129,7 @@ class QubesTestCase(unittest.TestCase):
|
|||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return '{}/{}/{}'.format(
|
return '{}.{}.{}'.format(
|
||||||
'.'.join(self.__class__.__module__.split('.')[2:]),
|
'.'.join(self.__class__.__module__.split('.')[2:]),
|
||||||
self.__class__.__name__,
|
self.__class__.__name__,
|
||||||
self._testMethodName)
|
self._testMethodName)
|
||||||
|
正在加载...
在新工单中引用
屏蔽一个用户