Пример #1
0
def test_shift():
    dll = DoubleLinkedList(("dog", 3, "fish taco", object(), "house"))
    assert "house" == dll.shift()