add integration tests for all 6 FillStrategy variants, role filter on LibrarySearchFilter

This commit is contained in:
2026-07-12 14:02:45 +02:00
parent de7f3092d2
commit 8e4f724562
4 changed files with 303 additions and 1 deletions

View File

@@ -378,3 +378,7 @@ fn media_filter_to_library_search(filter: &crate::value_objects::MediaFilter) ->
}
lsf
}
#[cfg(all(test, feature = "test-helpers"))]
#[path = "tests/integration.rs"]
mod integration_tests;