The file calc.py has the following code. Write a unit test for each function in python

前端 未结 0 2027
误落风尘
误落风尘 2020-11-28 03:26

Question is about unit testing in python 3

def Add(x,y): return x+y

def Multiply(x,y): return x*y

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