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