Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345834
test_pytest_plugin.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
669 B
Subscribers
None
test_pytest_plugin.py
View Options
# Copyright (C) 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
from
swh.storage.interface
import
StorageInterface
from
swh.storage.tests.storage_data
import
StorageData
def
test_sample_data
(
sample_data
):
assert
isinstance
(
sample_data
,
StorageData
)
def
test_swh_storage
(
swh_storage
:
StorageInterface
):
assert
isinstance
(
swh_storage
,
StorageInterface
)
def
test_swh_storage_backend_config
(
swh_storage_backend_config
):
assert
isinstance
(
swh_storage_backend_config
,
dict
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Fri, Jul 4, 3:33 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3239654
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment