test: Wrote snapshot tests for all Sonarr UI

This commit is contained in:
2025-12-16 14:12:10 -07:00
parent e0fcbc71e1
commit 0532d59746
257 changed files with 8089 additions and 1029 deletions
+2 -1
View File
@@ -26,8 +26,9 @@ pub mod sonarr_network;
mod utils;
#[cfg(test)]
#[path = "network_tests.rs"]
mod network_tests;
#[cfg(test)]
pub mod servarr_test_utils;
#[cfg_attr(test, automock)]
#[async_trait]