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/meta_plugin/digest_tests.rs
Normal file
1
src/tests/meta_plugin/digest_tests.rs
Normal file
@@ -0,0 +1 @@
|
||||
// Meta plugin digest tests
|
||||
8
src/tests/meta_plugin/mod.rs
Normal file
8
src/tests/meta_plugin/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
// Meta plugin tests module
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod system_tests;
|
||||
#[cfg(test)]
|
||||
pub mod digest_tests;
|
||||
#[cfg(test)]
|
||||
pub mod program_tests;
|
||||
1
src/tests/meta_plugin/program_tests.rs
Normal file
1
src/tests/meta_plugin/program_tests.rs
Normal file
@@ -0,0 +1 @@
|
||||
// Meta plugin program tests
|
||||
1
src/tests/meta_plugin/system_tests.rs
Normal file
1
src/tests/meta_plugin/system_tests.rs
Normal file
@@ -0,0 +1 @@
|
||||
// Meta plugin system tests
|
||||
Reference in New Issue
Block a user