[PR #1323] [MERGED] test(window_manger.rs): tests: WM Instance and Focus Workspace #1324

Closed
opened 2026-01-05 14:54:53 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: window-manger-tests-wm-instance-focus-workspace


📝 Commits (2)

  • 453b3d0 test(window_manger.rs): tests: WM Instance and Focus Workspace
  • fee19fe test(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.

## 📋 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>
adam added the pull-request label 2026-01-05 14:54:53 +01:00
adam closed this issue 2026-01-05 14:54:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1324