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.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/1323
**Author:** [@SaucePackets](https://github.com/SaucePackets)
**Created:** 3/5/2025
**Status:** ✅ Merged
**Merged:** 3/6/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `window-manger-tests-wm-instance-focus-workspace`
---
### 📝 Commits (2)
- [`453b3d0`](https://github.com/LGUG2Z/komorebi/commit/453b3d00c8982e511c9b96ddd3051d729e6a6ea4) test(window_manger.rs): tests: WM Instance and Focus Workspace
- [`fee19fe`](https://github.com/LGUG2Z/komorebi/commit/fee19fe25a4a5eeed18c16fe706b3ee140a9041f) test(window_manger.rs): updated test_focus_workspace
### 📊 Changes
**5 files changed** (+103 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `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)
</details>
### 📄 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.
<!--
Please follow the Conventional Commits specification.
If you need to update your PR with changes from `master`, please run `git rebase master`.
By opening this PR, you confirm that you have read and understood this project's `CONTRIBUTING.md`.
-->
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.