From: Dave Borowitz <[email protected]>
Change-Id: I9310bfb38aeb930e011f82dc34bb2107d0f23086
---
dulwich/tests/test_diff.py | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/dulwich/tests/test_diff.py b/dulwich/tests/test_diff.py
index dae1b9a..44ec153 100644
--- a/dulwich/tests/test_diff.py
+++ b/dulwich/tests/test_diff.py
@@ -45,7 +45,7 @@ from dulwich.tests.utils import (
)
-class TreeChangesTest(TestCase):
+class DiffTestCase(TestCase):
def setUp(self):
self.store = MemoryObjectStore()
@@ -58,6 +58,9 @@ class TreeChangesTest(TestCase):
commit_blobs.append((path, blob.id, mode))
return self.store[commit_tree(self.store, commit_blobs)]
+
+class TreeChangesTest(DiffTestCase):
+
def test_merge_entries(self):
blob_a1 = make_object(Blob, data='a1')
blob_a2 = make_object(Blob, data='a2')
--
1.7.3.2.168.gd6b63
_______________________________________________
Mailing list: https://launchpad.net/~dulwich-users
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dulwich-users
More help : https://help.launchpad.net/ListHelp