Merge pull request #1147 from jayvdb/remove-extrainit

Remove commented out extrainit
This commit is contained in:
Bruno Oliveira 2015-10-20 10:25:54 -02:00
commit 8f31a1a64b
1 changed files with 0 additions and 6 deletions

View File

@ -240,17 +240,11 @@ class Node(object):
# used for storing artificial fixturedefs for direct parametrization
self._name2pseudofixturedef = {}
#self.extrainit()
@property
def ihook(self):
""" fspath sensitive hook proxy used to call pytest hooks"""
return self.session.gethookproxy(self.fspath)
#def extrainit(self):
# """"extra initialization after Node is initialized. Implemented
# by some subclasses. """
Module = compatproperty("Module")
Class = compatproperty("Class")
Instance = compatproperty("Instance")