mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
set up
This commit is contained in:
parent
fbde6631aa
commit
0097f8c6dc
@ -56,10 +56,12 @@
|
||||
- [`std::path`]()
|
||||
- [`std::env`]()
|
||||
|
||||
- [Testing]()
|
||||
- [Unit Tests]()
|
||||
- [Integration Tests]()
|
||||
- [Test Attribute]()
|
||||
- [Testing](chXX-00-testing.md)
|
||||
- [Unit testing](chXX-01-testing.md)
|
||||
- [Integration testing](chXX-02-integration-testing.md)
|
||||
- [Documentation Tests](chXX-03-documentation-tests.md)
|
||||
|
||||
- [Debugging]()
|
||||
|
||||
## Thinking in Rust
|
||||
|
||||
|
1
src/chXX-00-testing.md
Normal file
1
src/chXX-00-testing.md
Normal file
@ -0,0 +1 @@
|
||||
# Testing
|
1
src/chXX-01-testing.md
Normal file
1
src/chXX-01-testing.md
Normal file
@ -0,0 +1 @@
|
||||
# Unit testing
|
1
src/chXX-02-integration-testing.md
Normal file
1
src/chXX-02-integration-testing.md
Normal file
@ -0,0 +1 @@
|
||||
# Integration testing
|
1
src/chXX-03-documentation-tests.md
Normal file
1
src/chXX-03-documentation-tests.md
Normal file
@ -0,0 +1 @@
|
||||
# Documentation Tests
|
Loading…
Reference in New Issue
Block a user