Open3

テスト駆動Python 第2版の学習メモ

すふーすふー

uvで環境構築する

uv init pytest-sample
cd pytest-sample
uv add pytest

Python 3.13、pytest 8.4.2の環境ができた(書籍のpytestバージョンは7)