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:
1
src/tests/common/is_binary_tests.rs
Normal file
1
src/tests/common/is_binary_tests.rs
Normal file
@@ -0,0 +1 @@
|
||||
// Common is_binary tests
|
||||
@@ -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;
|
||||
|
||||
1
src/tests/common/status_tests.rs
Normal file
1
src/tests/common/status_tests.rs
Normal file
@@ -0,0 +1 @@
|
||||
// Common status tests
|
||||
Reference in New Issue
Block a user