TDD Challenge 2018!

Let's TDD!!!

動作環境について

Python3 での動作を想定しています。

テストの実行確認

以下のコマンドがエラー無く実行できることを確認してください。

# 全部実行
python -m test.run

# テストファイルを指定して実行
python -m test.run test/sample.py

サンプル

環境構築メモ

pyenvでよしなに

$ pyenv install 3.6.5
$ pyenv local 3.6.5
$ python -V
Python 3.6.5