Skip to content

Replace httpmock with wiremock#24

Open
fpierfed wants to merge 1 commit intogetaxonflow:mainfrom
fpierfed:main
Open

Replace httpmock with wiremock#24
fpierfed wants to merge 1 commit intogetaxonflow:mainfrom
fpierfed:main

Conversation

@fpierfed
Copy link
Copy Markdown
Contributor

@fpierfed fpierfed commented May 5, 2026

Replace httpmock with wiremock

Summary

Since httpmock (used in tests) depends on async-std which is unmaintained, better to replace it with wire mock which looks like it is in a better shape.

Test plan

N/A: same as before, just using a different mocking library.

cargo fmt --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all-features

Contributor acknowledgement

  • [X ] I have signed off every commit per the Developer Certificate of Origin (git commit -s)
  • [ X] I have read and agree to the repo's CONTRIBUTING.md
  • [ X] I certify my contribution is mine to submit (no employer or third-party rights conflict) and will be released under this repo's license — MIT
  • (Internal contributors only) Issue/branch tracked: # / <branch>

…d crate async-std

Signed-off-by: Francesco Pierfederici <fpierfed@gmail.com>
@fpierfed fpierfed requested a review from saurabhjain1592 as a code owner May 5, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant