rustlings/exercises/tests
2019-01-23 20:48:01 +01:00
..
README.md Changed Rust Book versions in links to 2018 2018-11-27 10:54:01 +01:00
tests1.rs add tests; refactor exercise links 2019-01-23 20:48:01 +01:00
tests2.rs right let's try this one again 2018-11-09 20:31:14 +01:00
tests3.rs add tests; refactor exercise links 2019-01-23 20:48:01 +01:00

Going out of order from the book to cover tests -- many of the following exercises will ask you to make tests pass!

For this exercise check out the section How to Write Tests of the Rust Book.