summaryrefslogtreecommitdiff
path: root/tests/fixture/success/testSuccess.rs
AgeCommit message (Collapse)Author
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-04-07Modify integration tests to fail on panicChris Pearce