Commit 79cd923e authored by Michal Čihař's avatar Michal Čihař

Use remote repo for testing

parent fae60e49
...@@ -59,7 +59,6 @@ class RepoTestCase(TestCase): ...@@ -59,7 +59,6 @@ class RepoTestCase(TestCase):
cmd = git.Git() cmd = git.Git()
# Clone repo for testing # Clone repo for testing
shutil.rmtree(self.base_repo_path)
if not os.path.exists(self.base_repo_path): if not os.path.exists(self.base_repo_path):
cmd.clone( cmd.clone(
'--bare', '--bare',
...@@ -78,6 +77,7 @@ class RepoTestCase(TestCase): ...@@ -78,6 +77,7 @@ class RepoTestCase(TestCase):
'git://github.com/nijel/weblate-test.git', 'git://github.com/nijel/weblate-test.git',
self.repo_path self.repo_path
) )
self.repo_path = 'git://github.com/nijel/weblate-test.git'
def create_project(self): def create_project(self):
''' '''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment