class TestDocumentStorage(TestStorageBase):
def test_storage_empty(self):
storage = models.DocumentStorage(self.dirpath)
eq_(storage.all(), [])
class TestDocumentStorage(TestStorageBase):
def test_storage_empty(self):
storage = models.DocumentStorage(self.dirpath)
eq_(storage.all(), [])