Ejemplo n.º 1
0
def ribbon_length_checker(l, w, h, total):
    assert ribbon_length(l, w, h) == total
Ejemplo n.º 2
0
def test_box():
    for example, expected in ribbons:
        assert ribbon_length(example) == expected