mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-27 22:50:19 +00:00
9 lines
264 B
Rust
9 lines
264 B
Rust
|
// TODO: Test basic mode
|
||
|
// #[test]
|
||
|
// fn test_basic_mode() {
|
||
|
// let ret_bottom_layout = BottomLayout::init_basic_default(false);
|
||
|
// }
|
||
|
|
||
|
// TODO: Test moving around with procs and their hidden children.
|
||
|
|
||
|
// TODO: Test moving around with cpus if they get hidden.
|