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

@@ -1 +1,6 @@
// Common test utilities and shared test code will go here
#[cfg(test)]
pub mod is_binary_tests;
#[cfg(test)]
pub mod status_tests;