示例#1
0
def test_show_builtin_template():
    cli.show_template('flit.ini', '')
示例#2
0
def test_show_custom_template(template_file, template_dir):
    cli.show_template(template_file, template_dir)