1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-02-12 03:56:18 -05:00
rustlings/exercises/tests/README.md
2019-06-11 07:13:05 -07:00

7 lines
225 B
Markdown

### Tests
Going out of order from the book to cover tests -- many of the following exercises will ask you to make tests pass!
#### Book Sections
- [Writing Tests](https://doc.rust-lang.org/book/ch11-01-writing-tests.html)