From 16a13276f26e2b4b0cad35c66a527bb8d128d587 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 8 Jul 2011 10:28:17 +0200 Subject: Added basic frame for pygit2 - it just needs some basic methods to be implemented now - depending on the performance, it might actually receive some more work --- git/test/db/dulwich/test_base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'git/test/db/dulwich/test_base.py') diff --git a/git/test/db/dulwich/test_base.py b/git/test/db/dulwich/test_base.py index 50e64131..78416518 100644 --- a/git/test/db/dulwich/test_base.py +++ b/git/test/db/dulwich/test_base.py @@ -20,7 +20,7 @@ else: #END handle imports -class TestPyDBBase(RepoBase): +class TestDulwichDBBase(RepoBase): __metaclass__ = DulwichRequiredMetaMixin RepoCls = DulwichDB @@ -28,6 +28,5 @@ class TestPyDBBase(RepoBase): @with_rw_repo('HEAD', bare=False) def test_basics(self, rw_repo): db = DulwichDB(rw_repo.working_tree_dir) - print db.git_dir -- cgit v1.2.3