method: test.collect.Class.setup

*Not documented*
    def setup(self): 

origin: test.collect.Class

where:

exceptions that might appear during execution:

function source:

def setup(self): 
    setup_class = getattr(self.obj, 'setup_class', None)
    if setup_class is not None: 
        setup_class = getattr(setup_class, 'im_func', setup_class) 
        setup_class(self.obj) 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.0

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.1

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.2

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.3

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.4

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.5

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.6

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.7

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.8

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.9

called in /home/johnny/projects/merlinux/py/dist/py/test/item.py

traceback test.collect.Class.setup.10