MCPcopy Create free account
hub / github.com/apify/crawlee-python / test_default_storage_client

Function test_default_storage_client

tests/unit/test_service_locator.py:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69
70
71def test_default_storage_client() -> None:
72 default_storage_client = service_locator.get_storage_client()
73 assert isinstance(default_storage_client, FileSystemStorageClient)
74
75
76def test_custom_storage_client() -> None:

Callers

nothing calls this directly

Calls 1

get_storage_clientMethod · 0.80

Tested by

no test coverage detected