зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1480454 - Part c: Give RefTestCase a useful __repr__ implementation; r=bbouvier
This commit is contained in:
Родитель
6cd332bb7f
Коммит
c73ddf8544
|
@ -249,3 +249,6 @@ class RefTestCase(object):
|
|||
|
||||
def __hash__(self):
|
||||
return self.path.__hash__()
|
||||
|
||||
def __repr__(self):
|
||||
return "<lib.tests.RefTestCase %s>" % (self.path,)
|
||||
|
|
Загрузка…
Ссылка в новой задаче