selenium自學之路:unittest單元測試框架

單元測試自己就是經過一段代碼驗證另外一段代碼,因此不用單元測試也能夠寫單元測試 例如 calculator.pyweb class Count: def __init__(self,a,b): self.a=int(a) self.b=int(b) def __add__(self): return self.a+self.b 寫一
相關文章
相關標籤/搜索