test_context_pass.py 文件源码

python
阅读 31 收藏 0 点赞 0 评论 0

项目:linchpin 作者: CentOS-PaaS-SIG 项目源码 文件源码
def test_log_msg():

    # This test assumes the default message format found around line 139
    # of linchpin/cli/context.py

    lvl=logging.DEBUG
    msg = 'Test Msg'
    regex = '^{0}.*{1}'.format(logging.getLevelName(lvl), msg)

    lpc = LinchpinCliContext()
    lpc.load_config(config_path)
    lpc.setup_logging()
    lpc.log(msg, level=lvl)

    with open(logfile) as f:
        line = f.readline()

    assert_regexp_matches(line, regex)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号