新增test_calss.py 測試用例文件,這裡以測試該文件為例。 #coding=utf-8 class TestClass: def test_one(self): x = "this" assert "h ...
確定! 回上一頁