# The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work # exactly as shown. # There are several common ...
前回まで、ユニットテストを実現する方法として、Python標準の unittest ライブラリを用いた方法を紹介してきました。unittest ライブラリのユニットテストの書き方は、他の言語にあるユニット ...