rustlings/exercises/tests/README.md

8 lines
232 B
Markdown
Raw Normal View History

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