test: add backend integration test scaffolding with 3 RPC tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-10 23:51:22 +00:00
parent 7c09c19e8e
commit 05ed3b7bcf
3 changed files with 215 additions and 1 deletions

View File

@@ -75,3 +75,4 @@ zeroize = { version = "1.7", features = ["derive"] }
[dev-dependencies]
tokio-test = "0.4"
tempfile = "3.10"