bottom/tests/layout_movement_tests.rs

10 lines
265 B
Rust
Raw Normal View History

// 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.
2020-11-21 20:31:19 +00:00
// TODO: Test moving around with cpus if they get hidden.