コード例 #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)