[svn r37881] Some other stuff goes private

--HG--
branch : trunk
This commit is contained in:
fijal
2007-02-03 19:52:21 +01:00
parent f9b8a810cd
commit f5308aba2d
5 changed files with 15 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ class Session(object):
def footer(self, colitems):
""" teardown any resources after a test run. """
py.test.Function.state.teardown_all()
py.test.Function._state.teardown_all()
if not self.config.option.nomagic:
py.magic.revoke(assertion=1)