Module ibc_test_framework::bootstrap::init
source · Expand description
Functions for initializing each test at the beginning of a Rust test session.
Functions
- Initialize the test with a global logger and error handlers, read the environment variables and return a
TestConfig
. - Install the
tracing_subscriber
logger handlers so that logs will be displayed during test.