c77077b test(workspace.rs): tests for testing adding and removing containers
📊 Changes
1 file changed (+177 additions, -0 deletions)
View changed files
📝komorebi/src/workspace.rs (+177 -0)
📄 Description
Created tests for testing the different adding and removing container functions. Also created a test to test the contains_window function.
🔄 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/1362
**Author:** [@SaucePackets](https://github.com/SaucePackets)
**Created:** 3/18/2025
**Status:** ✅ Merged
**Merged:** 3/18/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `workspace_test_add_remove_containers`
---
### 📝 Commits (1)
- [`c77077b`](https://github.com/LGUG2Z/komorebi/commit/c77077b43f917392bf7aa6807db1c14e4204e04c) test(workspace.rs): tests for testing adding and removing containers
### 📊 Changes
**1 file changed** (+177 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/workspace.rs` (+177 -0)
</details>
### 📄 Description
Created tests for testing the different adding and removing container functions. Also created a test to test the contains_window function.
<!--
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/1362
Author: @SaucePackets
Created: 3/18/2025
Status: ✅ Merged
Merged: 3/18/2025
Merged by: @LGUG2Z
Base:
master← Head:workspace_test_add_remove_containers📝 Commits (1)
c77077btest(workspace.rs): tests for testing adding and removing containers📊 Changes
1 file changed (+177 additions, -0 deletions)
View changed files
📝
komorebi/src/workspace.rs(+177 -0)📄 Description
Created tests for testing the different adding and removing container functions. Also created a test to test the contains_window function.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.