buildframework/helium/sf/python/pythoncore/lib/unittestadditions.py
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    20 
    20 
    21 
    21 
    22 import logging
    22 import logging
    23 _logger = logging.getLogger('unittestadditions')
    23 _logger = logging.getLogger('unittestadditions')
    24 
    24 
    25 # pylint: disable-msg=C0103
    25 # pylint: disable=C0103
    26 
    26 
    27 class skip(object):
    27 class skip(object):
    28     """ Skip decorator. The decorated function will only be called
    28     """ Skip decorator. The decorated function will only be called
    29         if the parameter is true.
    29         if the parameter is true.
    30          
    30