Let's TDD!!!
Python3 での動作を想定しています。
以下のコマンドがエラー無く実行できることを確認してください。
# 全部実行
python -m test.run
# テストファイルを指定して実行
python -m test.run test/sample.py
- python のテストコードサンプル
- 副作用とテスト:DI (Dependency Injection) のサンプル
pyenvでよしなに
$ pyenv install 3.6.5
$ pyenv local 3.6.5
$ python -V
Python 3.6.5