コード例 #1
0
ファイル: test_cli.py プロジェクト: will-ockmore/tmuxp
def test_is_pure_name(path, expect):
    assert is_pure_name(path) == expect
コード例 #2
0
ファイル: test_cli.py プロジェクト: marquisthunder/tmuxp
def test_is_pure_name(path, expect):
    assert is_pure_name(path) == expect