[svn r38747] hum, a last-minute namespace change: i missed
that fijal didn't move py.test.Item|Function to the py.test.collect namespace at the time. a pypy fix will follow shortly after i merged the dist. --HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import py
|
||||
|
||||
class DoctestText(py.test.Item):
|
||||
class DoctestText(py.test.collect.Item):
|
||||
|
||||
def _setcontent(self, content):
|
||||
self._content = content
|
||||
|
||||
Reference in New Issue
Block a user