-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests Pass no matter what if the code compiles #149
Comments
+1 |
Released 1.2.2 |
pedantic79
pushed a commit
to pedantic79/rustlings
that referenced
this issue
Apr 11, 2020
This closes rust-lang#149 and rust-lang#152
ppp3
pushed a commit
to ppp3/rustlings
that referenced
this issue
May 23, 2022
This closes rust-lang#149 and rust-lang#152
dmoore04
pushed a commit
to dmoore04/rustlings
that referenced
this issue
Sep 11, 2022
This closes rust-lang#149 and rust-lang#152
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ran through the rustlings tutorial and had to remove the --nocapture flag in exrecise.rs in order for the tests to properly run.
Command:
rustlings verify
rustlings run
Expected Results:
If an assert fails there should be some output stating why.
Actual Results:
A success message is displayed stating you passed the test. (only if the code can compile)
The text was updated successfully, but these errors were encountered: