-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix & style: update 09.6.md and 09.7.md
* fix some bugs and typos * optimize presentation and description
- Loading branch information
Showing
3 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# 总结 # | ||
|
||
除了标准库提供的测试包,还有很多优秀的第三方测试包,比如 [https://github.com/stretchr/testify](https://github.com/stretchr/testify) 用于增强 testing 进行单元测试,进行 mock 等,有机会会写文章介绍它的使用;再比如,[https://github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) 用于集成测试等等。 | ||
除了标准库提供的测试包,还有很多优秀的第三方测试包,比如 [testify](https://github.com/stretchr/testify) 可有助于 testing 进行单元测试,进行 mock 等,有机会会写文章介绍它的使用;再比如,[ginkgo](https://github.com/onsi/ginkgo) 有助于集成测试等等。 | ||
|
||
参考阅读:https://getstream.io/blog/how-we-test-go-at-stream/ | ||
参考阅读:[Testing Go at Stream](https://getstream.io/blog/how-we-test-go-at-stream/) | ||
|
||
# 导航 # | ||
|
||
- 上一节:[httptest - HTTP 测试辅助工具](09.6.md) | ||
- [第十章 进程、线程与 goroutine](chapter10/10.0.md) | ||
|
||
|
||
- [第十章 进程、线程与 goroutine](/chapter10/10.0.md) |