[ ソース: golang-github-sebdah-goldie ]
パッケージ: golang-github-sebdah-goldie-dev (2.5.3+dfsg-2)
golang-github-sebdah-goldie-dev に関するリンク
Debian の資源:
golang-github-sebdah-goldie ソースパッケージをダウンロード:
- [golang-github-sebdah-goldie_2.5.3+dfsg-2.dsc]
- [golang-github-sebdah-goldie_2.5.3+dfsg.orig.tar.xz]
- [golang-github-sebdah-goldie_2.5.3+dfsg-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Golden file testing for Go (library)
Goldie is a golden file test utility for Go projects. It's typically used for testing responses with larger data bodies.
The concept is straight forward. Valid response data is stored in a "golden file". The actual response data will be byte compared with the golden file and the test will fail if there is a difference.
Updating the golden file can be done by running go test -update ./....
その他の golang-github-sebdah-goldie-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-pmezard-go-difflib-dev
- partial port of Python difflib package to Go
-
- dep: golang-github-sergi-go-diff-dev
- Diff, match and patch text in Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package