Revision 3139b628 snf-tools/synnefo_tools/burnin/common.py

b/snf-tools/synnefo_tools/burnin/common.py
77 77
    def startTest(self, test):  # noqa
78 78
        """Called when the test case test is about to be run"""
79 79
        super(BurninTestResult, self).startTest(test)
80
        logger.log(test.__class__.__name__, test.shortDescription())
80
        logger.log(
81
            test.__class__.__name__,
82
            test.shortDescription() or 'Test %s' % test.__class__.__name__)
81 83

  
82 84
    # Method could be a function. pylint: disable-msg=R0201
83 85
    def _test_failed(self, test, err):

Also available in: Unified diff