provide basic metainfo because the terminal reporter needs it for printing progress.

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-05-07 15:44:39 +02:00
parent 61885cd825
commit 0de4a13623
1 changed files with 2 additions and 0 deletions

View File

@ -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",