You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
191 B

mod fixtures;
mod helpers;
mod integration_tests;
#[macro_use]
extern crate rstest;
#[macro_use]
extern crate tracing;
#[ctor::ctor]
fn __init() {
u_lib::logging::init_logger(None);
}