"""Test for object db""" from test.testlib import * from git.odb.db import * class TestDB(TestBase): """Test the different db class implementations""" def test_loose_db(self): self.fail("todo")