Pakket: golang-github-bradleyjkemp-cupaloy-dev (2.7.0-1)
Verwijzigingen voor golang-github-bradleyjkemp-cupaloy-dev
Trisquel bronnen:
Het bronpakket golang-github-bradleyjkemp-cupaloy downloaden:
- [golang-github-bradleyjkemp-cupaloy_2.7.0-1.dsc]
- [golang-github-bradleyjkemp-cupaloy_2.7.0.orig.tar.gz]
- [golang-github-bradleyjkemp-cupaloy_2.7.0-1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Go Packaging Team
- Thorsten Alteholz
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
simple Go snapshot testing
This package takes a snapshot of the test output and compares it to a snapshot committed alongside the tests. If the values don't match then the test will be failed.
There's no need to manually manage snapshot files: just use the cupaloy.SnapshotT(t, value) function in the tests and cupaloy will automatically find the relevant snapshot file (based on the test name) and compare it with the given value.
Andere aan golang-github-bradleyjkemp-cupaloy-dev gerelateerde pakketten
|
|
|
-
- dep: golang-github-davecgh-go-spew-dev
- Implements a deep pretty printer for Go data structures to aid in debugging
-
- dep: golang-github-pmezard-go-difflib-dev
- partial port of Python difflib package to Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package