Add initial test for app initialisation

This commit is contained in:
Lennart
2025-12-10 14:43:06 +01:00
parent 8fadff1b57
commit 4b4210b4d7
4 changed files with 61 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ mod app;
mod commands;
mod config;
mod setup_tracing;
#[cfg(test)]
mod tests;
#[derive(Parser, Debug)]
#[command(author, version, about, long_about = None)]