コード例 #1
0
def test_find_git_root_barfs_on_non_repo():
    with util.mk_tmpdir() as temp_dir:
        find_git_root(temp_dir)
コード例 #2
0
ファイル: test_project.py プロジェクト: hut8labs/archaeologit
def test_ls_barfs_on_non_git_repo():
    with util.mk_tmpdir() as temp_dir:
        project.ls(temp_dir)