[PR #1364] [CLOSED] test(container.rs): test Container Functions #1356

Closed
opened 2026-01-05 14:55:00 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1364
Author: @SaucePackets
Created: 3/18/2025
Status: Closed

Base: masterHead: container-tests


📝 Commits (1)

  • 9eaf105 test(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.

## 📋 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>
adam added the pull-request label 2026-01-05 14:55:00 +01:00
adam closed this issue 2026-01-05 14:55:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1356