add integration tests

This commit is contained in:
Lennart
2025-12-12 14:12:09 +01:00
parent d3e7ede93c
commit 38b5a3812e
15 changed files with 405 additions and 9 deletions

View File

@@ -30,9 +30,9 @@ use tracing::info;
mod app;
mod commands;
mod config;
mod setup_tracing;
#[cfg(test)]
mod tests;
pub mod integration_tests;
mod setup_tracing;
#[derive(Parser, Debug)]
#[command(author, version, about, long_about = None)]