-
Notifications
You must be signed in to change notification settings - Fork 217
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
Add Test.Utils.Pretty and verifyMsg #2724
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
Just a minor suggestion.
|
||
-- | Applies the value 'a' to all assertions in the given sequence. | ||
-- | ||
-- Like 'verify', but the counterexample shows a description of what conditions were being checked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-- Like 'verify', but the counterexample shows a description of what conditions were being checked. | |
-- Like 'verify', but the counterexample shows a description of what conditions | |
-- were being checked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, fixed.
606387e
to
52c1a71
Compare
lib/core-integration/src/Test/Integration/Scenario/CLI/Shelley/HWWallets.hs
Outdated
Show resolved
Hide resolved
c474da1
to
0830bbc
Compare
0830bbc
to
f095510
Compare
bors r+ |
2724: Add Test.Utils.Pretty and verifyMsg r=Anviking a=rvl ### Issue Number ADP-970 ### Overview - Add a more descriptive `verifyMsg` function to the integration tests. - Move the `Pretty` helper newtype into `Test.Utils.Pretty`. ### Comments This code was rescued from #2708. Co-authored-by: Rodney Lorrimar <[email protected]>
Build failed: #2472
Timed out in the integration tests:
|
bors r+ |
2724: Add Test.Utils.Pretty and verifyMsg r=Anviking a=rvl ### Issue Number ADP-970 ### Overview - Add a more descriptive `verifyMsg` function to the integration tests. - Move the `Pretty` helper newtype into `Test.Utils.Pretty`. ### Comments This code was rescued from #2708. Co-authored-by: Rodney Lorrimar <[email protected]>
Build failed:
#2753 (similar, though different test) |
bors r+ |
Build succeeded: |
Issue Number
ADP-970
Overview
verifyMsg
function to the integration tests.Pretty
helper newtype intoTest.Utils.Pretty
.Comments
This code was rescued from #2708.