[ 源代码: 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