StackOverflow 文件 Python Language 教程 單元測試 單元測試 Created: November-22, 2018 Python 有幾種單元測試工具。本文件主題介紹了基本的 unittest 模組。其他測試工具包括 py.test 和 nosetests。這篇關於測試的 python 文件比較了其中的幾個工具而沒有深入研究。 單元 test.TestCase 中的測試設定和拆解