Home | Trees | Indices | Help |
---|
|
1 import pytest2 3 # noinspection PyMethodParameters 4 # noinspection PyUnresolvedReferences 5 -class PytestTester(object):6 7 @pytest.fixture(scope='function', autouse=True)159 test_logger.info("======================== START %s ========================" % request.keywords.node.name) 10 11 def log_end(): 12 test_logger.info("======================== END %s ========================" % request.keywords.node.name)13 14 request.addfinalizer(log_end)
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon May 12 12:52:09 2014 | http://epydoc.sourceforge.net |