[ 原始碼: 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