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

Function configuration

tests/unit/storage_clients/_sql/test_sql_rq_client.py:29–33  ·  view source on GitHub ↗

Temporary configuration for tests.

(tmp_path: Path)

Source from the content-addressed store, hash-verified

27
28@pytest.fixture
29def configuration(tmp_path: Path) -> Configuration:
30 """Temporary configuration for tests."""
31 return Configuration(
32 storage_dir=str(tmp_path),
33 )
34
35
36@pytest.fixture

Callers

nothing calls this directly

Calls 1

ConfigurationClass · 0.90

Tested by

no test coverage detected