mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +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):
|
||||
self.case.eliot_logger = value
|
||||
|
||||
def addCleanup(self, f):
|
||||
return self.case.addCleanup(f)
|
||||
def addCleanup(self, *a, **kw):
|
||||
return self.case.addCleanup(*a, **kw)
|
||||
|
||||
def id(self):
|
||||
return self.case.id()
|
||||
|
Loading…
x
Reference in New Issue
Block a user