Skip to content

Commit

Permalink
test_object_store: remove satisfied TODO
Browse files Browse the repository at this point in the history
Change c1787f5 added tests for the
MissingObjectFinder class over in test_missing_obj_finder.py.
  • Loading branch information
durin42 committed Mar 17, 2015
1 parent e690b1a commit 81a1f4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dulwich/tests/test_object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_add_objects_empty(self):
self.store.add_objects([])

def test_add_commit(self):
# TODO: Argh, no way to construct Git commit objects without
# TODO: Argh, no way to construct Git commit objects without
# access to a serialized form.
self.store.add_objects([])

Expand Down Expand Up @@ -401,8 +401,6 @@ def test_lookup_nonexistent(self):
def test_lookup_not_tree(self):
self.assertRaises(NotTreeError, tree_lookup_path, self.get_object, self.tree_id, 'ad/b/j')

# TODO: MissingObjectFinderTests

@skipIfPY3
class ObjectStoreGraphWalkerTests(TestCase):

Expand Down

0 comments on commit 81a1f4f

Please sign in to comment.