示例#1
0
def teardown_module():
    if hasattr(config, 'teardown') and hasattr(config.teardown, '__call__'):
        config.teardown()
示例#2
0
def teardown_module():
    if hasattr(config, 'teardown') and hasattr(config.teardown, '__call__'):
        config.teardown()