Explorar o código

Enable shortcut for the RemoteRepositoryTestCase

Jonas Borgström %!s(int64=12) %!d(string=hai) anos
pai
achega
5ad2839b53
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      darc/testsuite/repository.py

+ 1 - 1
darc/testsuite/repository.py

@@ -90,4 +90,4 @@ class RepositoryTestCase(DarcTestCase):
 class RemoteRepositoryTestCase(RepositoryTestCase):
 
     def open(self, create=False):
-        return RemoteRepository(Location('localhost:' + os.path.join(self.tmppath, 'repository')), create=create)
+        return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), create=create)