Added tests for testing the container functions. Tests include testing the various add, remove, and contains functions. Removed leftover print statements in the window manager tests.
🔄 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/1364
**Author:** [@SaucePackets](https://github.com/SaucePackets)
**Created:** 3/18/2025
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `container-tests`
---
### 📝 Commits (1)
- [`9eaf105`](https://github.com/LGUG2Z/komorebi/commit/9eaf105bd951072e0a77c8b17bbb58da6d049085) test(container.rs): test Container Functions
### 📊 Changes
**2 files changed** (+111 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/container.rs` (+111 -0)
📝 `komorebi/src/window_manager.rs` (+0 -3)
</details>
### 📄 Description
Added tests for testing the container functions. Tests include testing the various add, remove, and contains functions. Removed leftover print statements in the window manager tests.
<!--
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>
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/1364
Author: @SaucePackets
Created: 3/18/2025
Status: ❌ Closed
Base:
master← Head:container-tests📝 Commits (1)
9eaf105test(container.rs): test Container Functions📊 Changes
2 files changed (+111 additions, -3 deletions)
View changed files
📝
komorebi/src/container.rs(+111 -0)📝
komorebi/src/window_manager.rs(+0 -3)📄 Description
Added tests for testing the container functions. Tests include testing the various add, remove, and contains functions. Removed leftover print statements in the window manager tests.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.