Skip to content

Commit

Permalink
test: add authentication integration test (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
M0dEx authored Nov 25, 2023
1 parent f9205c6 commit d57c212
Show file tree
Hide file tree
Showing 9 changed files with 422 additions and 182 deletions.
217 changes: 170 additions & 47 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ clap = { version = "^4.1", features = ["derive"] }
once_cell = "^1.17"

[dev-dependencies]
tokio-test = "^0.4.2"
rstest = "^0.18.0"
tracing-test = { version = "^0.2.4", features=["no-env-filter"] }
Loading

0 comments on commit d57c212

Please sign in to comment.