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

Function test_global_configuration_works

tests/unit/test_configuration.py:20–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19
20def test_global_configuration_works() -> None:
21 assert (
22 Configuration.get_global_configuration()
23 is Configuration.get_global_configuration()
24 is service_locator.get_configuration()
25 is service_locator.get_configuration()
26 )
27
28
29def test_global_configuration_works_reversed() -> None:

Callers

nothing calls this directly

Calls 2

get_configurationMethod · 0.80

Tested by

no test coverage detected