diff options
| author | liv <liv@fastmail.com> | 2019-01-23 21:02:06 +0100 |
|---|---|---|
| committer | liv <liv@fastmail.com> | 2019-01-23 21:02:06 +0100 |
| commit | a49a22071ab0c675e43e03ab9c08b0153d8f9c74 (patch) | |
| tree | 20348ceb53e94aca5a63c207b6685f0501f1f03f /exercises/tests | |
| parent | dc1f3b79f8b528659e39057ac733d07e1051bc4d (diff) | |
redo the section readmes
Diffstat (limited to 'exercises/tests')
| -rw-r--r-- | exercises/tests/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/exercises/tests/README.md b/exercises/tests/README.md index 8683ba8..243b913 100644 --- a/exercises/tests/README.md +++ b/exercises/tests/README.md @@ -1,3 +1,7 @@ +### Tests + 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](https://doc.rust-lang.org/book/2018-edition/ch11-01-writing-tests.html) of the Rust Book.
\ No newline at end of file +#### Book Sections + +- [Writing Tests](https://doc.rust-lang.org/stable/book/ch11-01-writing-tests.html) |
