5fe756e test(workspace.rs): test New Floating Window
📊 Changes
1 file changed (+95 additions, -0 deletions)
View changed files
📝komorebi/src/workspace.rs (+95 -0)
📄 Description
Created tests for testing the functions focus_container_by_window, contains_managed_window, and new_floating_window.
🔄 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/1382
**Author:** [@SaucePackets](https://github.com/SaucePackets)
**Created:** 3/29/2025
**Status:** ✅ Merged
**Merged:** 3/30/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `workspace_tests`
---
### 📝 Commits (2)
- [`0a0f03a`](https://github.com/LGUG2Z/komorebi/commit/0a0f03aaa7ae1b2dd964920f46e6a49dbb4b6eca) test(workspace.rs): workspace tests
- [`5fe756e`](https://github.com/LGUG2Z/komorebi/commit/5fe756e8c88a4a91b3d885662d9f64ae38d280aa) test(workspace.rs): test New Floating Window
### 📊 Changes
**1 file changed** (+95 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/workspace.rs` (+95 -0)
</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 functions focus_container_by_window, contains_managed_window, and new_floating_window.
---
<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/1382
Author: @SaucePackets
Created: 3/29/2025
Status: ✅ Merged
Merged: 3/30/2025
Merged by: @LGUG2Z
Base:
master← Head:workspace_tests📝 Commits (2)
0a0f03atest(workspace.rs): workspace tests5fe756etest(workspace.rs): test New Floating Window📊 Changes
1 file changed (+95 additions, -0 deletions)
View changed files
📝
komorebi/src/workspace.rs(+95 -0)📄 Description
Created tests for testing the functions focus_container_by_window, contains_managed_window, and new_floating_window.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.