テスト駆動Python
https://www.shoeisha.co.jp/book/detail/9784798157603
👉
テスト駆動Python 第2版
原著
https://pragprog.com/titles/bopytest/python-testing-with-pytest/
ソースコード
https://pragprog.com/titles/bopytest/python-testing-with-pytest/#resources
Pythonのパッケージの実装としても参考になる
CHAPTER4 組み込みフィクスチャ
カスタムフィクスチャ(『テスト駆動Python』)