mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
208 B
8 lines
208 B
3 years ago
|
# 测试
|
||
3 years ago
|
|
||
3 years ago
|
这次不按书本上的顺序介绍测试——接下来的很多练习都会要求你通过测试!
|
||
3 years ago
|
|
||
3 years ago
|
## 更多信息
|
||
3 years ago
|
|
||
|
- [Writing Tests](https://doc.rust-lang.org/book/ch11-01-writing-tests.html)
|