[PR #1400] [MERGED] Workspace and monitor tests #1384

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1400
Author: @SaucePackets
Created: 4/4/2025
Status: Merged
Merged: 4/5/2025
Merged by: @LGUG2Z

Base: masterHead: workspace_and_monitor_tests


📝 Commits (4)

  • 8b6e209 test(workspace.rs): visible windows test
  • 103a058 test(workspace.rs): visible window test
  • b47f90d test(monitor.rs): move container to workspace test
  • 59bafda test(monitor.rs): ensure workspace count test

📊 Changes

2 files changed (+162 additions, -1 deletions)

View changed files

📝 komorebi/src/monitor.rs (+113 -0)
📝 komorebi/src/workspace.rs (+49 -1)

📄 Description

Created tests for testing the ensure_workspace_count, move_container_to_workspace, and visible_windows functions.


🔄 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/1400 **Author:** [@SaucePackets](https://github.com/SaucePackets) **Created:** 4/4/2025 **Status:** ✅ Merged **Merged:** 4/5/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `workspace_and_monitor_tests` --- ### 📝 Commits (4) - [`8b6e209`](https://github.com/LGUG2Z/komorebi/commit/8b6e2098963b63294c68a0ecc61d1eb46c033651) test(workspace.rs): visible windows test - [`103a058`](https://github.com/LGUG2Z/komorebi/commit/103a058f5adb9ed04ac5bccb2d1957b38d2b1221) test(workspace.rs): visible window test - [`b47f90d`](https://github.com/LGUG2Z/komorebi/commit/b47f90d7d78752ca8c4e8f7cdf1dd6348c888bf8) test(monitor.rs): move container to workspace test - [`59bafda`](https://github.com/LGUG2Z/komorebi/commit/59bafda7e0b363cde29ec5e5658abdfd1219acc1) test(monitor.rs): ensure workspace count test ### 📊 Changes **2 files changed** (+162 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/monitor.rs` (+113 -0) 📝 `komorebi/src/workspace.rs` (+49 -1) </details> ### 📄 Description <!-- 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`. --> Created tests for testing the ensure_workspace_count, move_container_to_workspace, and visible_windows functions. --- <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:55:06 +01:00
adam closed this issue 2026-01-05 14:55:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1384