Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395032
test_in_memory.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
test_in_memory.py
View Options
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
Details
Attached
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
Attached To
rDCIDX Metadata indexer
Event Timeline
Log In to Comment