rustlings/exercises/tests
Ryan McQuen 18e0bfef1d
fix(quiz3): Second test is for odd numbers, not even. (#553)
2020-10-10 13:11:57 +02:00
..
README.md chore: Fix a couple broken book links 2019-06-11 07:13:05 -07: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!

Book Sections