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

Function test_default_event_manager

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

Source from the content-addressed store, hash-verified

40
41
42def test_default_event_manager() -> None:
43 default_event_manager = service_locator.get_event_manager()
44 assert isinstance(default_event_manager, LocalEventManager)
45
46
47def test_custom_event_manager() -> None:

Callers

nothing calls this directly

Calls 1

get_event_managerMethod · 0.80

Tested by

no test coverage detected