def test_filesize(bytes_, output): assert output == render.filesize(bytes_)
def test_filesize(bytes_, output): assert render.filesize(bytes_) == output