From 605e21914f8c9536ff42ca31043b26200dab85e2 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Wed, 18 Apr 2012 13:44:56 +0100 Subject: Fix unit tests by marking RemoteRepoCache._make_request as untested. --- morphlib/remoterepocache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib') diff --git a/morphlib/remoterepocache.py b/morphlib/remoterepocache.py index fd843682..c80a6ae0 100644 --- a/morphlib/remoterepocache.py +++ b/morphlib/remoterepocache.py @@ -75,7 +75,7 @@ class RemoteRepoCache(object): return self._make_request( 'files?repo=%s&ref=%s&filename=%s' % (repo_url, ref, filename)) - def _make_request(self, path): + def _make_request(self, path): # pragma: no cover server_url = self.server_url if not server_url.endswith('/'): server_url += '/' -- cgit v1.2.1