summaryrefslogtreecommitdiff
path: root/exercises/17_tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/17_tests/README.md')
-rw-r--r--exercises/17_tests/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/exercises/17_tests/README.md b/exercises/17_tests/README.md
new file mode 100644
index 0000000..27c6818
--- /dev/null
+++ b/exercises/17_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!
+
+## Further information
+
+- [Writing Tests](https://doc.rust-lang.org/book/ch11-01-writing-tests.html)