-
Notifications
You must be signed in to change notification settings - Fork 47
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 support for pure integration tests #458
Add support for pure integration tests #458
Conversation
ba26c41
to
f506e6d
Compare
7a6bca5
to
479bc12
Compare
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.
ACK 479bc12
Nice, This is a good improvement.
479bc12
to
6f0b2de
Compare
I rebased to include the recent I also had to add an explicit conversion between the |
6f0b2de
to
03adfff
Compare
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.
ACK 03adfff
* Embed mint_url as a field of HttpClient * Create pure integration tests * DirectMintConnection: convert between String and Uuid
Description
This PR embeds the
mint_url
in theHttpClient
itself, since every of its methods was anyway always with the wallet'smint_url
as arg.This has a few other benefits:
HttpClient
("if URL A fails, try URL B")Notes to the reviewers
Suggested CHANGELOG Updates
CHANGED
Add support for pure integration tests
Checklist
just final-check
before committing