月份: 十月 2014

Python test framework: nose 介紹 – Part 1

Python 的標準函式庫已經提供了兩個單元測試模組,分別為 doctest 與 unittest,但更值得注目的是第三方的 nose 模組。在 nose 的說明文件中,標題很清楚的寫到「nose extends unittest to make testing easier.」,它的功能比 unittest 模組還要完整。

繼續閱讀 “Python test framework: nose 介紹 – Part 1″