summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/layout_movement_tests.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/layout_movement_tests.rs b/tests/layout_movement_tests.rs
new file mode 100644
index 00000000..ef73c683
--- /dev/null
+++ b/tests/layout_movement_tests.rs
@@ -0,0 +1,9 @@
+// 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. \ No newline at end of file