fix: enable and fix all existing tests by updating module imports and test implementations

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-14 17:09:13 -03:00
parent efa51b1a6b
commit acbeb297b2
3 changed files with 20 additions and 35 deletions

View File

@@ -11,9 +11,4 @@ pub mod args;
pub use args::Args;
#[cfg(test)]
mod tests {
#[test]
fn test_library_structure() {
assert!(true);
}
}
mod tests;