Exemple #1
0
 def test_git_repo_can_be_cloned(self):
     local_branch_path = os.path.join(settings.MEDIA_ROOT, "git")
     clone_repo("http://github.com/strycore/scripts.git", local_branch_path)
Exemple #2
0
 def test_bzr_repo_can_be_cloned(self):
     local_branch_path = os.path.join(settings.MEDIA_ROOT, "bzr/lutris")
     clone_repo("lp:lutris", local_branch_path, vcs='bzr')