def test_raw_context_from_string(context: str, expected: EventContext) -> None: assert raw_context_from_string(context) == expected
def test_raw_context_from_string(context, expected): assert events.raw_context_from_string(context) == expected