Page MenuHomeSoftware Heritage

test_in_memory.py
No OneTemporary

test_in_memory.py

from unittest import TestCase
import pytest
from .test_storage import CommonTestStorage
class IndexerTestInMemoryStorage(CommonTestStorage, TestCase):
def setUp(self):
self.storage_config = {
'cls': 'memory',
'args': {
},
}
super().setUp()
def reset_storage_tables(self):
self.storage = self.storage.__class__()
@pytest.mark.xfail
def test_check_config(self):
pass
@pytest.mark.xfail
def test_content_language_missing(self):
pass
@pytest.mark.xfail
def test_content_language_get(self):
pass
@pytest.mark.xfail
def test_content_language_add__drop_duplicate(self):
pass
@pytest.mark.xfail
def test_content_language_add__update_in_place_duplicate(self):
pass
@pytest.mark.xfail
def test_origin_intrinsic_metadata_get(self):
pass
@pytest.mark.xfail
def test_origin_intrinsic_metadata_add_drop_duplicate(self):
pass
@pytest.mark.xfail
def test_origin_intrinsic_metadata_add_update_in_place_duplicate(self):
pass
@pytest.mark.xfail
def test_origin_intrinsic_metadata_search_fulltext(self):
pass
@pytest.mark.xfail
def test_origin_intrinsic_metadata_search_fulltext_rank(self):
pass
@pytest.mark.xfail
def test_indexer_configuration_metadata_get_missing_context(self):
pass
@pytest.mark.xfail
def test_indexer_configuration_metadata_get(self):
pass

File Metadata

Mime Type
text/x-python
Expires
Jun 4 2025, 7:33 PM (9 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3358907

Event Timeline