Commit Graph

2 Commits (9f988bfe29e1146cd7dc95c68dd6863e77433553)

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