def emptystorage(self):
     storage = MongoSegmentStorage('test_db')
     storage.delete()
     return storage