Commit Graph

18 Commits (0b9220c1fc5ae32438f64bf2f5bf5f47d33e3f3f)

Author SHA1 Message Date
Étienne Barrié 81f8c2f83c chore: Run cargo fmt 4 years ago
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
Roberto Vidal 3b6d5c3aaa feature: makes "compile" exercise print output, resolves #270
When running "compile"-mode exercises in interactive `verify` mode,
we print their output when we prompt the learner if they want to
continue. This improves the "experimentation" experience, since
trying different things does produce a visible change.
4 years ago
Roberto Vidal 4b26546589 fix(run): makes `run` never prompt
`watch` and `verify` do prompt the user to actively move to the
next exercise. This change fixes `run` to never prompt. Previously
it was inconsistent between "test" and "compile" exercises.

BREAKING CHANGE: we again change the behavior of the `run` command
5 years ago
marisa 48c35bcfbc fix tests 5 years ago
marisa ec2d4bd3ee
Merge branch 'master' into refactor-hints 5 years ago
marisa ce9fa6ebbf feat(hint): Add test for hint 5 years ago
marisa 9bdb0a12e4 feat: Refactor hint system
Hints are now accessible using the CLI subcommand `rustlings hint
<exercise name`.

BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
5 years ago
Roberto Vidal 2cdd61294f feat: improve `watch` execution mode
The `watch` command now requires user action to move to the next
exercise.

BREAKING CHANGE: this changes the behavior of `watch`.
5 years ago
marisa 627cdc07d0 feat: Index exercises by name
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`
5 years ago
Denys Smirnov 7cf0d5d15e Add not passing integration test 5 years ago
Chris Pearce 3d11d7685b Modify integration tests to fail on panic 5 years ago
lyn 6a27ba735c cargo fmt 5 years ago
lyn f43cb124f6 add tests 5 years ago
olivia 5e89d1e888 move old files to a separate directory 6 years ago
Robert Lugg 7d7a48b17d Added filename to top of .rs files 6 years ago
laboon 6e71d20086 Add directions on running tests 8 years ago
Carol (Nichols || Goulding) 2a23eaced6 Add some exercises about tests! 9 years ago