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