Skip to content

Commit

Permalink
feat: send from file (#117)
Browse files Browse the repository at this point in the history
* feat: TestResponse from_file methods can take a path

* feat: TestRequest methods for sending from file

* feat: tests

* fix: clippy issues
  • Loading branch information
JosephLenton authored Sep 29, 2024
1 parent 1a5eeb5 commit 198beeb
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 108 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "axum-test"
authors = ["Joseph Lenton <josephlenton@gmail.com>"]
version = "16.0.1"
version = "16.1.0"
rust-version = "1.75"
edition = "2021"
license = "MIT"
Expand Down
Loading

0 comments on commit 198beeb

Please sign in to comment.