Files
matrix-rust-sdk/testing/matrix-sdk-integration-testing/src/lib.rs
multisme a66b2c5123 feat(test): add a test utils crate to make log initialization possible everywhere
This PR allows `init_tracing_for_test` to be called by any other crate in the sdk

Signed-off-by: multi [multiestunhappydev@gmail.com](mailto:multiestunhappydev@gmail.com)
2025-08-14 05:24:03 +00:00

7 lines
90 B
Rust

#![cfg(test)]
matrix_sdk_test_utils::init_tracing_for_tests!();
mod helpers;
mod tests;