Both AssertEqual and AssertNotEqual give failure in my unittest in Python

前端 未结 0 1869

I have this test code on Binary Tree:

def test_deleteMin_root(self):
    btree = BinaryTree()
    min_value = self.person(\'AAKVIK\', \'ANNE-MARIT\', \'RISØYVEGEN         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题