feat: implement Phase 2 test structure and modules

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-14 12:15:57 -03:00
parent 8284545ca7
commit 4e23dd36e1
26 changed files with 70 additions and 0 deletions

View File

@@ -12,3 +12,5 @@ pub mod modes;
pub mod server;
#[cfg(test)]
pub mod common;
#[cfg(test)]
pub mod db;