crucial self reference allowed
This commit is contained in:
18
server/tests/table_script/mod.rs
Normal file
18
server/tests/table_script/mod.rs
Normal file
@@ -0,0 +1,18 @@
|
||||
// tests/table_script/mod.rs
|
||||
pub mod prohibited_types_test;
|
||||
|
||||
// // tests/table_script/mod.rs
|
||||
|
||||
// mod post_scripts_tests;
|
||||
// mod post_scripts_integration_tests;
|
||||
// mod prohibited_types_test;
|
||||
// mod type_safety_comprehensive_tests;
|
||||
// mod mathematical_operations_tests;
|
||||
// mod comprehensive_error_scenarios_tests;
|
||||
|
||||
// pub use post_scripts_tests::*;
|
||||
// pub use post_scripts_integration_tests::*;
|
||||
// pub use prohibited_types_test::*;
|
||||
// pub use type_safety_comprehensive_tests::*;
|
||||
// pub use mathematical_operations_tests::*;
|
||||
// pub use comprehensive_error_scenarios_tests::*;
|
||||
Reference in New Issue
Block a user