()
| 123 | #[cfg(test)] |
| 124 | #[ctor::ctor(unsafe)] |
| 125 | fn init() { |
| 126 | // Enable RUST_LOG logging configuration for tests |
| 127 | let _ = env_logger::try_init(); |
| 128 | } |
| 129 | |
| 130 | #[rstest] |
| 131 | #[case::exec_multiple_statements( |
no outgoing calls
no test coverage detected
searching dependent graphs…