From 0de4a13623af7ae8391308e17ad8a1966cc52baf Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 7 May 2009 15:44:39 +0200 Subject: [PATCH] provide basic metainfo because the terminal reporter needs it for printing progress. --HG-- branch : trunk --- py/test/collect.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/py/test/collect.py b/py/test/collect.py index 358f33987..c1823b1d7 100644 --- a/py/test/collect.py +++ b/py/test/collect.py @@ -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",