rustlings/exercises/tests/README.md

8 lines
225 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
2019-06-06 22:17:22 -05:00
- [Writing Tests](https://doc.rust-lang.org/book/ch11-01-writing-tests.html)