pytest 檔案命名規則 python 檔名為test_*.py 或*_test.py method or function 的名字前綴為test_* 位於class 中同上命名規則的method 但class 的名字前綴為Test* 且 ...
確定! 回上一頁