Skip to content

Commit

Permalink
feat: initial integration test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
112batuhan committed Nov 17, 2024
1 parent 48b0082 commit 33c3f7a
Show file tree
Hide file tree
Showing 14 changed files with 490 additions and 44 deletions.
165 changes: 142 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

[patch.crates-io]
serde = { git = "https://github.com/frederik-uni/serde" }

[dev-dependencies]
axum-test = { version = "16.4.0", features = ["ws"] }
# to resolve conflict with axum-test and surrealdb
base64 = "0.22.1"
flate2 = "1.0"
uuid = "1.11"
Loading

0 comments on commit 33c3f7a

Please sign in to comment.