parent
3d301edbc7
commit
c72120b8fc
|
@ -252,6 +252,11 @@ class Collector(object):
|
||||||
def getouterr(self):
|
def getouterr(self):
|
||||||
return self.captured_out, self.captured_err
|
return self.captured_out, self.captured_err
|
||||||
|
|
||||||
|
def get_collector_trail(self):
|
||||||
|
""" Shortcut
|
||||||
|
"""
|
||||||
|
return self.config.get_collector_trail(self)
|
||||||
|
|
||||||
class FSCollector(Collector):
|
class FSCollector(Collector):
|
||||||
def __init__(self, fspath, parent=None):
|
def __init__(self, fspath, parent=None):
|
||||||
fspath = py.path.local(fspath)
|
fspath = py.path.local(fspath)
|
||||||
|
|
Loading…
Reference in New Issue