summaryrefslogtreecommitdiff
path: root/tests/fixture/failure/info.toml
AgeCommit message (Collapse)Author
2024-07-25Clean up testsmo8it
2024-04-25Replace `mode` by `test` and `strict_clippy`mo8it
2024-04-16Add format_version to test info.toml filesmo8it
2024-04-14Fix testsmo8it
2024-03-30Fix testsmo8it
2019-11-11feat(hint): Add test for hintmarisa
2019-11-11feat: Refactor hint systemmarisa
Hints are now accessible using the CLI subcommand `rustlings hint <exercise name`. BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
2019-11-11feat: Index exercises by namemarisa
BREAKING CHANGE: This changes the way you use `rustlings run` by now requiring an abridged form of the previous filename, e.g: `rustlings run exercises/if/if1.rs` becomes `rustlings run if1`
2019-04-07Modify integration tests to fail on panicChris Pearce