some preparation for better testing

This commit is contained in:
Lennart
2025-08-10 13:14:45 +02:00
parent 038942ff16
commit ce0ce43418
12 changed files with 378 additions and 7 deletions

View File

@@ -4,3 +4,6 @@ pub mod resource;
mod service;
pub use service::CalendarResourceService;
#[cfg(test)]
pub mod tests;