Skip to content

Latest commit

 

History

History

step08

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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

新しく学ぶこと

  • テーブル駆動テスト

動かし方

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

テストの実行

$ go test -v ./...