summaryrefslogtreecommitdiff
path: root/tests/fixture/success
AgeCommit message (Collapse)Author
2024-04-25Format test file :Pmo8it
2024-04-25Fix 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-04-06Rename packagesmo8it
2024-04-04Remove optional version fieldmo8it
2024-03-31Fix testsmo8it
2024-03-30Fix testsmo8it
2020-06-04feat: Add a --nocapture option to display test harnesses' outputsAbdou Seck
This new feature can be accessed by invoking rustlings with --nocapture. Both unit and integration tests added. closes #262 BREAKING CHANGES: The following function take a new boolean argument: * `run` * `verify` * `test` * `compile_and_test`
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