mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-11-29 01:54:32 +01:00
* refactor: use clippy::unwrap_used * fix log format use * fix a bunch of macos ones * oop * allow schema script * driveby schema bump
14 lines
252 B
Rust
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;
|