Python mock 模組 - 淺談 spec, return_value, side_effect, wraps - Part 2
本文為 unittest.mock 系列文章:
- Python mock 模組 - 淺談 spec, return_value, side_effect, wraps - Part 1
- Python mock 模組 - 淺談 spec, return_value, side_effect, wraps - Part 2
Python mock 模組 - 淺談 spec, return_value, side_effect, wraps - Part 1 中介紹 unittest.mock 模組中的 return_value
, side_effect
概念與用法,本文將接續介紹 spec
與 wraps
。
Posted on Dec 17, 2018 in Python 程式設計 - 高階 by Amo Chen ‐ 2 min read