Added unit tests for the add_movie_handler and added an additional test to radarr handles to ensure proper delegation. Also added a few macros for testing scrolling and home/end in all handlers to make life easier for those tests.
This commit is contained in:
+1
-1
@@ -413,7 +413,7 @@ mod radarr_data_tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_rest_search() {
|
||||
fn test_reset_search() {
|
||||
let mut radarr_data = RadarrData {
|
||||
is_searching: true,
|
||||
search: "test search".to_owned(),
|
||||
|
||||
Reference in New Issue
Block a user