以前紹介したpython pluginの作り方に続いて、今回はpytestのpluginの作り方を紹介したいと思います。 そもそもpytestって何 pytest is a mature full-featured Python testing tool that helps you write better programs. 公式サイトの引用ですが、pytestはpythonのtestのための便利ツールという扱い。 ツールという言葉が正しいか難しいところですが、単にtest runnerとは言えないくらいたくさんの機能を有しています。詳細は公式サイトを参照ください。 https://docs.pytest.org/en/latest/index.html 作るもの 今回はpytestの特徴の一つである、hookの機能を利用して、setup/call/teardownでdebugメッセー