Skip to content
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

Inline axum-test-helper. #33

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Commits on Aug 23, 2024

  1. Inline axum-test-helper.

    Its dependency tree does not agree with us.
    
    We can simply reproduce the [`TestClient`][test_client.rs] from the
    internals of `axum` ourselves (which is what `axum-test-helper` does,
    too).
    
    Our version has even fewer features, because we only need to support
    `GET` requests.
    
    [test_client.rs]: https://github.com/tokio-rs/axum/blob/axum-v0.6.20/axum/src/test_helpers/test_client.rs
    SamirTalwar committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    033cd48 View commit details
    Browse the repository at this point in the history