[PR #1366] [MERGED] Monitor and Container tests #1357

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/1366
Author: @SaucePackets
Created: 3/19/2025
Status: Merged
Merged: 3/21/2025
Merged by: @LGUG2Z

Base: masterHead: monitor-tests


📝 Commits (2)

  • 9eaf105 test(container.rs): test Container Functions
  • db1521c test(monitor.rs): monitor Tests

📊 Changes

3 files changed (+247 additions, -3 deletions)

View changed files

📝 komorebi/src/container.rs (+111 -0)
📝 komorebi/src/monitor.rs (+136 -0)
📝 komorebi/src/window_manager.rs (+0 -3)

📄 Description

Contains tests for testing various functions in both monitor.rs and containers.rs


🔄 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/1366 **Author:** [@SaucePackets](https://github.com/SaucePackets) **Created:** 3/19/2025 **Status:** ✅ Merged **Merged:** 3/21/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `monitor-tests` --- ### 📝 Commits (2) - [`9eaf105`](https://github.com/LGUG2Z/komorebi/commit/9eaf105bd951072e0a77c8b17bbb58da6d049085) test(container.rs): test Container Functions - [`db1521c`](https://github.com/LGUG2Z/komorebi/commit/db1521ca888f7cd71b4ec87d73107bc4ad212705) test(monitor.rs): monitor Tests ### 📊 Changes **3 files changed** (+247 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/container.rs` (+111 -0) 📝 `komorebi/src/monitor.rs` (+136 -0) 📝 `komorebi/src/window_manager.rs` (+0 -3) </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`. --> Contains tests for testing various functions in both monitor.rs and containers.rs --- <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#1357