Package tlib :: Package base :: Module Tester :: Class Tester
[hide private]
[frames] | no frames]

Class Tester

source code

object --+
         |
        Tester

Base class for Tester classes used in QA All test scripts should extend from this class

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
_init(cls)
Class constructor.
source code
Class Variables [hide private]
  logger = None
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_init(cls)
Class Method

source code 

Class constructor. Overwrites Object's class

Args : logName: (str) Name given to log that will be created upon running of your test. Usually named after the test.

Returns : null

Raises : null

Decorators:
  • @pytest.fixture(scope= 'class', autouse= True)