Hacker News new | ask | show | jobs
by rodorgas 857 days ago
Ideally, integration tests should not touch a real database. That would be more of an end-to-end test, that could be actually monitoring.

But mocking things are hard on Rust because of its strong type system, so this project can be useful.