Clement Tsang 86b35bcd79
refactor: use clippy::unwrap_used (#1882)
* refactor: use clippy::unwrap_used

* fix log format use

* fix a bunch of macos ones

* oop

* allow schema script

* driveby schema bump
2025-11-22 23:26:02 -05:00

14 lines
252 B
Rust

//! Integration tests for bottom.
#![allow(clippy::unwrap_used)]
#![allow(missing_docs)]
mod util;
mod arg_tests;
mod invalid_config_tests;
mod layout_movement_tests;
#[cfg(all(target_arch = "x86_64", target_os = "linux"))]
mod valid_config_tests;