예제 #1
0
파일: test_cli.py 프로젝트: mivade/templar
def test_show_builtin_template():
    cli.show_template('flit.ini', '')
예제 #2
0
파일: test_cli.py 프로젝트: mivade/templar
def test_show_custom_template(template_file, template_dir):
    cli.show_template(template_file, template_dir)