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

Function test_default_configuration

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

Source from the content-addressed store, hash-verified

10
11
12def test_default_configuration() -> None:
13 default_config = Configuration()
14 config = service_locator.get_configuration()
15 assert config == default_config # == because these are in fact different instances, which should be fine
16
17
18def test_custom_configuration() -> None:

Callers

nothing calls this directly

Calls 2

ConfigurationClass · 0.90
get_configurationMethod · 0.80

Tested by

no test coverage detected