摘要:
你可能会用单元测试框架,python的unittest、pytest,Java的Junit、testNG等。 那么你会做单元测试么!当然了,这有什么难的? test_demo.py def inc(x): return x + 1 def test_answer(): assert inc(3) = 阅读全文
posted @ 2021-02-17 15:39
糖不苦-
阅读(173)
评论(0)
推荐(0)