I am running pytest on cmd and i'm getting AssertionError

前端 未结 0 874
你的背包
你的背包 2020-11-28 23:29

So this is the code I am testing:

def test_sum():
    
    test_list=[10,20,30,40,50]

    result=sum(test_list)

    assert result == 150

Th

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