コード例 #1
0
ファイル: test_render_api.py プロジェクト: bbaumer/checkmk
def test_iobandwidth(bytes_, output):
    assert output == render.iobandwidth(bytes_)
コード例 #2
0
def test_iobandwidth(bytes_, output):
    assert render.iobandwidth(bytes_) == output