rustlings/exercises/17_tests
2024-05-22 15:04:12 +02:00
..
README.md Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
tests1.rs Clean up and unify exercises 2024-04-17 23:34:27 +02:00
tests2.rs Clean up and unify exercises 2024-04-17 23:34:27 +02:00
tests3.rs Remove unneeded pub 2024-05-22 15:04:12 +02:00
tests4.rs Remove unneeded pub 2024-05-22 15:04:12 +02:00

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