diff options
| author | Roberto Vidal <vidal.roberto.j@gmail.com> | 2020-02-26 20:38:44 +0100 |
|---|---|---|
| committer | Roberto Vidal <vidal.roberto.j@gmail.com> | 2020-04-06 16:17:14 +0200 |
| commit | 3b6d5c3aaa27a242a832799eb66e96897d26fde3 (patch) | |
| tree | eaae3908a499471302401b54c816631402072229 /tests | |
| parent | 7ce42941ea3bed02bb7286e90baa27773a59c224 (diff) | |
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.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 7131700..683e564 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -31,7 +31,7 @@ fn verify_all_success() { } #[test] -fn verify_all_failure() { +fn verify_fails_if_some_fails() { Command::cargo_bin("rustlings") .unwrap() .arg("v") |
