Ejemplo n.º 1
0
def test_getting_an_empty_list():
    new_list = LinkedList()
    assert new_list.empty() is True