https://github.com/lpxxn/gotest
go test function
https://github.com/lpxxn/gotest
Last synced: 2 months ago
JSON representation
go test function
- Host: GitHub
- URL: https://github.com/lpxxn/gotest
- Owner: lpxxn
- Created: 2018-11-28T03:01:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T05:49:48.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T05:22:05.095Z (2 months ago)
- Language: Go
- Size: 1.34 MB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gotest
代码为 go test 的例子,
app1里是基本的测试方法。app2_thirdlib里包含了一些第三方的库辅助我们更方便的测试。详细说明在我的个人博客里
[https://www.cnblogs.com/li-peng/p/10036468.html](https://www.cnblogs.com/li-peng/p/10036468.html)
gomock [https://www.cnblogs.com/li-peng/p/13345307.html](https://www.cnblogs.com/li-peng/p/13345307.html)