Command line program and Python library to test Python syntax highlighted code examples in Markdown. Creates a pytest Python module that tests Python examples in README and other Markdown files. Reads ...
前回まで、ユニットテストを実現する方法として、Python標準の unittest ライブラリを用いた方法を紹介してきました。unittest ライブラリのユニットテストの書き方は、他の言語にあるユニット ...