mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-11 06:43:54 +00:00
Merge pull request #574 from tahoe-lafs/3004.eliotloggedruntest-addcleanup
Fix Eliot logging integration Fixes: ticket:3004
This commit is contained in:
commit
a14d9f6116
0
newsfragments/3004.minor
Normal file
0
newsfragments/3004.minor
Normal file
@ -151,8 +151,8 @@ class EliotLoggedRunTest(object):
|
|||||||
def eliot_logger(self, value):
|
def eliot_logger(self, value):
|
||||||
self.case.eliot_logger = value
|
self.case.eliot_logger = value
|
||||||
|
|
||||||
def addCleanup(self, f):
|
def addCleanup(self, *a, **kw):
|
||||||
return self.case.addCleanup(f)
|
return self.case.addCleanup(*a, **kw)
|
||||||
|
|
||||||
def id(self):
|
def id(self):
|
||||||
return self.case.id()
|
return self.case.id()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user