domain testing: InMemory repos + Noops behind test-helpers

This commit is contained in:
2026-07-12 01:41:23 +02:00
parent 7ddf94c75f
commit 848d4752e2
4 changed files with 935 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ pub mod events;
pub mod models;
pub mod ports;
pub mod services;
#[cfg(feature = "test-helpers")]
pub mod testing;
pub mod value_objects;
pub use errors::{DomainError, DomainResult};