示例#1
0
def test_add_points():
    wire = Wire()
    assert wire.add_points((4, 4), (1, 1)) == (5, 5)