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>
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/1400
Author: @SaucePackets
Created: 4/4/2025
Status: ✅ Merged
Merged: 4/5/2025
Merged by: @LGUG2Z
Base:
master← Head:workspace_and_monitor_tests📝 Commits (4)
8b6e209test(workspace.rs): visible windows test103a058test(workspace.rs): visible window testb47f90dtest(monitor.rs): move container to workspace test59bafdatest(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.