[ ソース: golang-github-alecthomas-assert ]
パッケージ: golang-github-alecthomas-assert-dev (0.0~git20170929.405dbfe-1)
golang-github-alecthomas-assert-dev に関するリンク
Debian の資源:
golang-github-alecthomas-assert ソースパッケージをダウンロード:
- [golang-github-alecthomas-assert_0.0~git20170929.405dbfe-1.dsc]
- [golang-github-alecthomas-assert_0.0~git20170929.405dbfe.orig.tar.xz]
- [golang-github-alecthomas-assert_0.0~git20170929.405dbfe-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Fork of stretchr/testify/assert that uses FailNow()
This is a fork of stretchr's assertion library that does two things:
1. It makes spotting differences in equality much easier. It uses
github.com/alecthomas/repr and github.com/sergi/go-diff/diffmatchpatch to display structural differences in colour.2. Aborts tests on first assertion failure (the same behaviour as
stretchr/testify/require).
その他の golang-github-alecthomas-assert-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-alecthomas-colour-dev
- Quake-style colour formatting for Unix terminals
-
- dep: golang-github-alecthomas-repr-dev
- Python's repr() for Go
-
- dep: golang-github-sergi-go-diff-dev
- Diff, match and patch text in Go