Pytest 是Python 的一種單元測試框架,與Python 自帶的Unittest 測試 ... coding:utf-8def func(x): return x 1def test_func(): assert func(3) ==5.
確定! 回上一頁