Upgrade to Pro — share decks privately, control downloads, hide ads and more …

t *testing.T は どこからやってくるの?

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

t *testing.T は どこからやってくるの?

The Go gopher was designed by Renée French.

https://gotalk.connpass.com/event/388084/

Avatar for Kotaro Otaka

Kotaro Otaka

April 22, 2026

More Decks by Kotaro Otaka

Other Decks in Programming

Transcript

  1. #goconnect How to Write Go Code #Testing go test コマンドと

    testing パッケージ _test.go で終わるファイル func TestXXX(t *testing.T) 関数 https://go.dev/doc/code#Testing
  2. グルーピング ファイル名 パッケージ宣言 GoFiles ex) calc.go ex) package calc TestGoFiles

    ex) calc_test.go ex) package calc XTestGoFiles ex) calc_x_test.go ex) package calc_test #goconnect
  3. グルーピング ファイル名 パッケージ宣言 GoFiles ex) calc.go ex) package calc TestGoFiles

    ex) calc_test.go ex) package calc XTestGoFiles ex) calc_x_test.go ex) package calc_test pxtest ptest #goconnect
  4. 2020.04 2021.04 2022.11 Kotaro Otaka おーたかこーたろー / @otakakot Web Engineer

    新卒入社 Hello Golang! Web Engineer @株式会社ビットキー Gopher6年生 #goconnect