This commit adds two tests that test the functions that handle cycling to the next and previous windows.
🔄 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/1354
**Author:** [@SaucePackets](https://github.com/SaucePackets)
**Created:** 3/17/2025
**Status:** ✅ Merged
**Merged:** 3/18/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `window_manager_cycle_tests`
---
### 📝 Commits (3)
- [`d019cfa`](https://github.com/LGUG2Z/komorebi/commit/d019cfad0866dac2b8c423bd6046075e4fd68d62) test(window_manager.rs): cycle Window Test
- [`0f164d8`](https://github.com/LGUG2Z/komorebi/commit/0f164d88a69f11eb9f2399ca365c6ec6a1fc45e6) test(window_manager.rs): test Cycle Window Index
- [`0e3a0f8`](https://github.com/LGUG2Z/komorebi/commit/0e3a0f89550fa4578109be60a4b8c220f322652a) refactor(window_manager.rs): removed TODO
### 📊 Changes
**1 file changed** (+141 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/window_manager.rs` (+141 -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`.
-->
This commit adds two tests that test the functions that handle cycling to the next and previous windows.
---
<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/1354
Author: @SaucePackets
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/18/2025
Merged by: @LGUG2Z
Base:
master← Head:window_manager_cycle_tests📝 Commits (3)
d019cfatest(window_manager.rs): cycle Window Test0f164d8test(window_manager.rs): test Cycle Window Index0e3a0f8refactor(window_manager.rs): removed TODO📊 Changes
1 file changed (+141 additions, -0 deletions)
View changed files
📝
komorebi/src/window_manager.rs(+141 -0)📄 Description
This commit adds two tests that test the functions that handle cycling to the next and previous windows.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.