diff options
Diffstat (limited to 'exercises/tests/README.md')
| -rw-r--r-- | exercises/tests/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exercises/tests/README.md b/exercises/tests/README.md new file mode 100644 index 0000000..243b913 --- /dev/null +++ b/exercises/tests/README.md @@ -0,0 +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! + +#### Book Sections + +- [Writing Tests](https://doc.rust-lang.org/stable/book/ch11-01-writing-tests.html) |
