rustlings/exercises/tests
x-hgg-x 179a75a68d
fix: Include exercises folder in the project structure behind a feature (#917)
closes #859
closes #913
closes #942
2022-03-29 11:44:06 +02:00
..
README.md docs(exercises): updated all exercises readme files 2021-04-23 19:54:31 +02:00
mod.rs fix: Include exercises folder in the project structure behind a feature (#917) 2022-03-29 11:44:06 +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