예제 #1
0
파일: test_shell.py 프로젝트: kostyll/pakit
def test_find_arc_name_fail():
    with pytest.raises(PakitError):
        find_arc_name("archive.not.an.arc")
예제 #2
0
파일: test_shell.py 프로젝트: kostyll/pakit
def test_find_arc_name():
    assert find_arc_name(tc.TAR)[0] == "tmux-2.0.tar.gz"