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