add basic addressbook import test

This commit is contained in:
Lennart
2025-12-31 01:55:49 +01:00
parent cf31a51965
commit 4de0f9f665
4 changed files with 87 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ use rustical_store_sqlite::tests::{TestStoreContext, test_store_context};
use tower::ServiceExt;
mod addressbook;
mod addressbook_import;
#[rstest]
#[tokio::test]