Commit Graph

2 Commits (34ea029df8cb0af90524b9158990a56d6beb3d10)

Author SHA1 Message Date
Abdou Seck 8ad5f9bf53 feat: Add a --nocapture option to display test harnesses' outputs
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`
4 years ago
Chris Pearce 3d11d7685b Modify integration tests to fail on panic 6 years ago