tests for existing flow

This commit is contained in:
jrosh 2026-03-03 15:41:29 +01:00
commit a6705e7d95
Signed by: jrosh
GPG key ID: CC50156D9BDF5EFB
7 changed files with 597 additions and 48 deletions

View file

@ -16,3 +16,7 @@ futures-util = "0.3"
async-channel = "2.3"
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] }
thiserror = "2"
[dev-dependencies]
mockito = "1"
tempfile = "3"