コード例 #1
0
ファイル: test_events.py プロジェクト: LinuxHaus/checkmk
def test_raw_context_from_string(context: str, expected: EventContext) -> None:
    assert raw_context_from_string(context) == expected
コード例 #2
0
ファイル: test_events.py プロジェクト: bsmr/tribe29-checkmk
def test_raw_context_from_string(context, expected):
    assert events.raw_context_from_string(context) == expected