changing the structure of the unit testing for good

This commit is contained in:
filipriec
2025-02-24 09:53:50 +01:00
parent 627139d1e2
commit 5df7311e41
5 changed files with 81 additions and 4 deletions

View File

@@ -21,3 +21,7 @@ tracing = "0.1.41"
[lib]
name = "server"
path = "src/lib.rs"
[dev-dependencies]
tokio = { version = "1.0", features = ["full", "test-util"] }
dotenv = "0.15"