rustlings/exercises/tests
poneciak 102d7f3d0e changed comments in tests
also fixed small logical issue in `Rectangle::new()` where u could create rectangle with width or height equals 0
2023-04-05 13:24:14 +02:00
..
README.md docs(exercises): updated all exercises readme files 2021-04-23 19:54:31 +02:00
tests1.rs feat(tests): add hint comments 2022-07-14 18:15:47 +02:00
tests2.rs feat(tests): add hint comments 2022-07-14 18:15:47 +02:00
tests3.rs feat(tests): add hint comments 2022-07-14 18:15:47 +02:00
tests4.rs changed comments in tests 2023-04-05 13:24:14 +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