-
Notifications
You must be signed in to change notification settings - Fork 21
crates.io version panics #115
Comments
Ok, so since master works, I'm assuming that is because of #113 . Would you be willing to give I have an example for cobalt converting. The main thing missing atm is saying "why" things failed. If that doesn't work for you, we can go ahead and get another assert_cli release out. |
I think you meant to link to a different issue number? |
By "why", do you mean it does not do diffs (expected vs. got)? |
Fixed the PR number. And yes, it doesn't do the diffs yet. |
ok, I do need those diffs. Without those, how do you know what failed? |
Yeah, its less than ideal. You know what line in your code failed but you don't know why it failed. It forces you to go and manually reproduce the test setup. Since that feature is a blocker for you, I'll try to get a new assert_cli release out later today or tomorrow. Hopefully it won't take too long for me to finish adding the explanation for why a test failed to assert_cmd so it can replace assert_cli for you. |
Ok, thanks in advance, and I sure will check assert_cmd soon |
Got 0.6.2 up |
assert_cli
version: 0.6.1Above results in this panic:
git master instead gives:
The text was updated successfully, but these errors were encountered: