Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 223 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 223 Bytes

STEP08: テーブル駆動テストを行おう

新しく学ぶこと

  • テーブル駆動テスト

動かし方

$ go build -v -o step08
$ ./step08

テストの実行

$ go test -v ./...