From 1da363472e041b5592e01b3d4bfb650f6b91dbe6 Mon Sep 17 00:00:00 2001 From: Michael Zeidler Date: Wed, 15 Apr 2009 13:39:50 +0200 Subject: [PATCH] Deleted duplicate declaration of 'pytest_item_runtest_finished()'. --HG-- branch : trunk --- py/test/plugin/api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/py/test/plugin/api.py b/py/test/plugin/api.py index 8a7618c23..6550864e1 100644 --- a/py/test/plugin/api.py +++ b/py/test/plugin/api.py @@ -67,9 +67,6 @@ class PluginHooks: def pytest_itemrun(self, item, pdb=None): """ run given test item and return test report. """ - def pytest_item_runtest_finished(self, item, excinfo, outerr): - """ called in-process after runtest() returned. """ - def pytest_pyfunc_call(self, pyfuncitem, args, kwargs): """ return True if we consumed/did the call to the python function item. """