Exemplo n.º 1
0
def test_raw_context_from_string(context: str, expected: EventContext) -> None:
    assert raw_context_from_string(context) == expected
Exemplo n.º 2
0
def test_raw_context_from_string(context, expected):
    assert events.raw_context_from_string(context) == expected