def test_show_builtin_template(): cli.show_template('flit.ini', '')
def test_show_custom_template(template_file, template_dir): cli.show_template(template_file, template_dir)