pytest を使ったテストの例

はじめに

このリポジトリは、Python のテストフレームワークである pytest を使ったテストの例を示すものです。

準備

$ pip install pytest

テストの実行方法

以下のコマンドでテストを実行できます。

$ pytest