feat(cli): Support for triggering an automatic season search in Sonarr
This commit is contained in:
@@ -10,6 +10,7 @@ mod tests {
|
||||
models::radarr_models::{MinimumAvailability, Monitor},
|
||||
Cli,
|
||||
};
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
#[test]
|
||||
fn test_radarr_add_command_from() {
|
||||
|
||||
@@ -8,6 +8,7 @@ mod tests {
|
||||
Cli,
|
||||
};
|
||||
use clap::{error::ErrorKind, CommandFactory, Parser};
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
#[test]
|
||||
fn test_radarr_delete_command_from() {
|
||||
|
||||
@@ -8,6 +8,7 @@ mod tests {
|
||||
Cli,
|
||||
};
|
||||
use clap::{error::ErrorKind, CommandFactory, Parser};
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
#[test]
|
||||
fn test_radarr_edit_command_from() {
|
||||
|
||||
@@ -7,6 +7,7 @@ mod tests {
|
||||
use crate::cli::radarr::RadarrCommand;
|
||||
use crate::cli::Command;
|
||||
use crate::Cli;
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
#[test]
|
||||
fn test_radarr_get_command_from() {
|
||||
|
||||
@@ -7,6 +7,7 @@ mod tests {
|
||||
use crate::cli::radarr::RadarrCommand;
|
||||
use crate::cli::Command;
|
||||
use crate::Cli;
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
#[test]
|
||||
fn test_radarr_list_command_from() {
|
||||
|
||||
@@ -7,6 +7,7 @@ mod tests {
|
||||
use crate::cli::radarr::RadarrCommand;
|
||||
use crate::cli::Command;
|
||||
use crate::Cli;
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
#[test]
|
||||
fn test_radarr_refresh_command_from() {
|
||||
|
||||
Reference in New Issue
Block a user