update book toc

pull/417/head
sunface 3 years ago
parent 2c34bedd50
commit c7f4246722

@ -90,9 +90,10 @@
<!-- - [高阶特征约束(HRTB) todo](advance/hrtb.md) -->
## 专题内容,每个专题都配套一个小型项目进行实践
- [测试 doing](test/intro.md)
- [单元测试 todo](test/unit.md)
- [集成测试 todo](test/intergration.md)
- [自动化测试](test/intro.md)
- [如何写测试](test/write-tests.md)
- [控制测试的执行](test/test-control.md)
- [单元测试和集成测试](test/unit-integration-test.md)
- [性能测试 todo](test/benchmark.md)
- [持续集成 todo](test/ci.md)

@ -1,4 +1,2 @@
# 测试
cargo test -- --test-threads=1

@ -1,4 +1,4 @@
# 单元测试
# 控制测试的执行

@ -1,3 +1,3 @@
# 集成测试
# 单元测试和集成测试
https://www.reddit.com/r/rust/comments/s9zs5c/how_do_you_debug_a_rust_library_after_compilation/
Loading…
Cancel
Save