Add support for pure integration tests #458
No reviewers
Labels
No labels
DB & Storage
Deployment
Error Handling & Logging
Maintenance
Payment Backend
backport
backport v0.13.x
backport v0.14.x
backport v0.15.x
bindings
blocked
bug
cdk-sql
ci
cli
deps
documentation
duplicate
enhancement
good first issue
help wanted
invalid
keep-open
ldk-node-ui
migrations
mint
mutation-testing
needs rebase
needs review
new nut
nut change
question
ready
rust-version
rustfmt
stacked hold
stale
testing
wallet
weekly-report
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cashubtc/cdk!458
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ok300-simplify-integration-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR embeds the
mint_urlin theHttpClientitself, since every of its methods was anyway always with the wallet'smint_urlas 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-checkbefore committingACK 479bc12f095540cb818c263530db062b4d229bf8
Nice, This is a good improvement.
I rebased to include the recent
Uuidchange.I also had to add an explicit conversion between the
StringandUuidrequest / response types for theDirectMintConnectionused in the pure integration tests :03adfff411ACK
03adfff411