Ejemplo n.º 1
0
def test_find_git_root_barfs_on_non_repo():
    with util.mk_tmpdir() as temp_dir:
        find_git_root(temp_dir)
Ejemplo n.º 2
0
def test_ls_barfs_on_non_git_repo():
    with util.mk_tmpdir() as temp_dir:
        project.ls(temp_dir)