rustlings/exercises/tests
Zerotask 249ad44cc0
docs(exercises): updated all exercises readme files
all exercises readme files now have a unified structure and a description
2021-04-23 19:54:31 +02:00
..
README.md docs(exercises): updated all exercises readme files 2021-04-23 19:54:31 +02:00
tests1.rs chore: Correct test command in tests1.rs comment 2020-01-29 13:48:43 +08:00
tests2.rs Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
tests3.rs fix(quiz3): Second test is for odd numbers, not even. (#553) 2020-10-10 13:11:57 +02:00

README.md

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