Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9312215
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
661 B
Subscribers
None
test_in_memory.py
View Options
# Copyright (C) 2018-2020 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
import
pytest
from
swh.storage.tests.test_storage
import
(
# noqa
TestStorage
,
TestStorageGeneratedData
)
# tests are executed using imported classes (TestStorage and
# TestStorageGeneratedData) using overloaded swh_storage fixture
# below
@pytest.fixture
def
swh_storage_backend_config
():
yield
{
'cls'
:
'memory'
,
'journal_writer'
:
{
'cls'
:
'memory'
,
},
}
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Thu, Jul 3, 10:46 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3337868
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment