method: test.Config.getsessionclass

 return Session class determined from cmdline options
            and looked up in initial config modules. 
        
    def getsessionclass(self): 

origin: test.Config

where:

exceptions that might appear during execution:

function source:

def getsessionclass(self): 
    """ return Session class determined from cmdline options
            and looked up in initial config modules. 
        """
    name = self.option.session 
    name += 'Session'
    try: 
        return self.getinitialvalue(name) 
    except ValueError: 
        return getattr(py.test, name) 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.Config.getsessionclass.0

called in /home/johnny/projects/merlinux/py/dist/py/documentation/test_conftest.py

traceback test.Config.getsessionclass.1

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.Config.getsessionclass.2

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.Config.getsessionclass.3

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.Config.getsessionclass.4

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.Config.getsessionclass.5

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.Config.getsessionclass.6

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.Config.getsessionclass.7

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.Config.getsessionclass.8

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.Config.getsessionclass.9

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.Config.getsessionclass.10

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.Config.getsessionclass.11

called in /home/johnny/projects/merlinux/py/dist/py/documentation/test_conftest.py

traceback test.Config.getsessionclass.12

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.Config.getsessionclass.13

called in /home/johnny/projects/merlinux/py/dist/py/documentation/example/pytest/test_failures.py

traceback test.Config.getsessionclass.14

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.Config.getsessionclass.15

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.Config.getsessionclass.16