Exemplo n.º 1
0
def test_filesize(bytes_, output):
    assert output == render.filesize(bytes_)
Exemplo n.º 2
0
def test_filesize(bytes_, output):
    assert render.filesize(bytes_) == output