diff options
| author | delet0r <lucas@humfeldt.de> | 2018-11-26 16:43:42 +0100 |
|---|---|---|
| committer | delet0r <lucas@humfeldt.de> | 2018-11-26 16:43:42 +0100 |
| commit | 0973e600566baa0071cfd050bdfbf62a3e72b43e (patch) | |
| tree | d179ddf2dc57dd770971a83dd28c7247f372cfbd /exercises/tests/README.md | |
| parent | d7b62988f6eac28f1970ac7cd03949c867c00ec4 (diff) | |
Created sub READMEs for CLI only version
Sub READMEs contain the relevant resources from the main
README of the web version. All second edition Rust Book links
were updated to the 2018 edition.
Fixed to typos in main README.md.
Diffstat (limited to 'exercises/tests/README.md')
| -rw-r--r-- | exercises/tests/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exercises/tests/README.md b/exercises/tests/README.md new file mode 100644 index 0000000..9919995 --- /dev/null +++ b/exercises/tests/README.md @@ -0,0 +1,3 @@ +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/second-edition/ch11-01-writing-tests.html) of the Rust Book.
\ No newline at end of file |
