In software engineering, a unit test refers to a program used to automatically check for bugs in individual parts/units of software. Unit testing is an important phase of the software development life ...
前回まで、ユニットテストを実現する方法として、Python標準の unittest ライブラリを用いた方法を紹介してきました。unittest ライブラリのユニットテストの書き方は、他の言語にあるユニット ...