provide basic metainfo because the terminal reporter needs it for printing progress.
--HG-- branch : trunk
This commit is contained in:
@@ -439,6 +439,8 @@ class Item(Node):
|
||||
""" deprecated, here because subclasses might call it. """
|
||||
return obj(*args)
|
||||
|
||||
def metainfo(self):
|
||||
return self.fspath, None, ""
|
||||
|
||||
def warnoldcollect(function=None):
|
||||
py.log._apiwarn("1.0",
|
||||
|
||||
Reference in New Issue
Block a user