#[[Programming]] #[[Testing]]

stretchr/

testify

#Programming #Testing

Go言語のテストライブラリ、アサーション・モック・テストスイート機能を提供

  • アサーション: assert.Equal(t, expected, actual)で値の比較
  • モック: mock.Mockによるモック実装とコールバック検証
  • テストスイート: suite.Suiteによる setup/teardown 処理

github.com https://github.com/stretchr/testify

neighbourhood

Go Go testify

links · 1