Documentation ¶
Overview ¶
Package testings -- Go言語の ユニットテスト についてのサンプルが配置されているパッケージです。
このパッケージのみ、バイナリ実行でサンプルを動かすことができません。 実行する場合は
$ cd basic/testings
$ go test -v ./...
とするか
$ go test -v github.com/devlights/try-golang/basic/testings
としてください。
参考
https://medium.com/better-programming/easy-guide-to-unit-testing-in-golang-4fc1e9d96679
Click to show internal directories.
Click to hide internal directories.