mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1323] [MERGED] test(window_manger.rs): tests: WM Instance and Focus Workspace #1324
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1323
Author: @SaucePackets
Created: 3/5/2025
Status: ✅ Merged
Merged: 3/6/2025
Merged by: @LGUG2Z
Base:
master← Head:window-manger-tests-wm-instance-focus-workspace📝 Commits (2)
453b3d0test(window_manger.rs): tests: WM Instance and Focus Workspacefee19fetest(window_manger.rs): updated test_focus_workspace📊 Changes
5 files changed (+103 additions, -2 deletions)
View changed files
📝
Cargo.lock(+10 -0)📝
komorebi/Cargo.toml(+1 -0)📝
komorebi/src/main.rs(+1 -0)📝
komorebi/src/window_manager.rs(+5 -2)➕
komorebi/tests/window_manager.rs(+86 -0)📄 Description
Created a test that creates the WM instance and ensures the instance is running. The test creates a custom socket and then cleans up the socket file after completion. Created a test that creates a WM instance, monitor instance, and workpace. The tests checks to ensure that the expected workspace is focused properly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.