Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lpxxn/gotest
go test function
https://github.com/lpxxn/gotest
Last synced: 9 days ago
JSON representation
go test function
- Host: GitHub
- URL: https://github.com/lpxxn/gotest
- Owner: lpxxn
- Created: 2018-11-28T03:01:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T05:49:48.000Z (about 4 years ago)
- Last Synced: 2024-06-19T19:49:17.467Z (5 months ago)
- Language: Go
- Size: 1.34 MB
- Stars: 12
- Watchers: 3
- 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)