summaryrefslogtreecommitdiff
path: root/morphlib/cachedrepo_tests.py
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-08-08 09:06:50 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-08-14 13:28:49 +0000
commitb581801d265154ee94b1bc51eb986e4497b536e4 (patch)
tree819a86c29e764fc8cdcf6a412993c50f7a38da5b /morphlib/cachedrepo_tests.py
parentb2786c73c0f4d4b76f824e309598ce57065e30ab (diff)
downloadmorph-b581801d265154ee94b1bc51eb986e4497b536e4.tar.gz
cachedrepo: Remove unused load_morphology method
Diffstat (limited to 'morphlib/cachedrepo_tests.py')
-rw-r--r--morphlib/cachedrepo_tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/morphlib/cachedrepo_tests.py b/morphlib/cachedrepo_tests.py
index 74c16591..d3ae331a 100644
--- a/morphlib/cachedrepo_tests.py
+++ b/morphlib/cachedrepo_tests.py
@@ -219,10 +219,6 @@ class CachedRepoTests(unittest.TestCase):
morph_filename = os.path.join(unpack_dir, 'foo.morph')
self.assertTrue(os.path.exists(morph_filename))
- def test_load_morphology_from_existing_ref(self):
- morph = self.repo.load_morphology('master', 'foo')
- self.assertTrue(morph['name'] == 'foo')
-
def test_ls_tree_in_existing_ref(self):
data = self.repo.ls_tree('e28a23812eadf2fce6583b8819b9c5dbd36b9fb9')
self.assertEqual(data, ['foo.morph'])