文件名称:gopwt:用于golang的PowerAssert库
文件大小:74KB
文件格式:ZIP
更新时间:2024-02-26 18:36:36
testing go assert power-assert TestingGo
p
用于golang的PowerAssert库。
受支持的go版本
参见
入门
首先查看!
安装
$ go get -u github.com/ToQoz/gopwt/...
尝试
去项目:
$ mkdir -p $GOPATH/src/github.com/$(whoami)/gopwtexample
$ cd $GOPATH/src/github.com/$(whoami)/gopwtexample
写main_test.go
$ cat <
【文件预览】:
gopwt-master
----term.go(446B)
----main.go(2KB)
----translator()
--------translator.go(853B)
--------internal()
----translatedassert()
--------op_wrapper.go(4KB)
--------op_test.go(11KB)
--------unary_op_test.go(2KB)
--------diff.go(3KB)
--------op_map.go(8KB)
--------assert_test.go(2KB)
--------op.go(13KB)
--------unary_op.go(2KB)
--------builtin_test.go(5KB)
--------builtin.go(4KB)
--------assert.go(6KB)
----assert()
--------assert_test.go(4KB)
--------assert.go(2KB)
----.travis.yml(605B)
----term_windows.go(762B)
----LICENSE(1KB)
----doc.go(843B)
----_example()
--------main_test.go(3KB)
----README.md(14KB)
----Makefile(694B)
----.golint.txt(0B)
----appveyor.yml(258B)
----.gitignore(20B)
----_integrationtest()
--------t_run()
--------dont_parse_testdata()
--------test.sh(1KB)
--------regression()
----_misc()
--------readme.header.md(950B)
--------readme.footer.md(417B)
--------gen-op.bash(2KB)
--------gen-readme.bash(2KB)