[M] Move tests

This commit is contained in:
2026-05-07 18:27:38 +00:00
parent 17e3961267
commit 7fc3ab32ad
17 changed files with 305 additions and 299 deletions
+2
View File
@@ -564,6 +564,7 @@ fn pat_instruction_lines(provider: &ProviderKind, base_url: &str) -> Vec<String>
}
#[cfg(test)]
#[path = "../tests/unit/interactive_test_io.rs"]
mod test_io;
#[cfg(test)]
use test_io::*;
@@ -913,4 +914,5 @@ fn generate_webhook_secret() -> String {
}
#[cfg(test)]
#[path = "../tests/unit/interactive.rs"]
mod tests;