[PR #1373] [MERGED] Monitor reconciliator tests notification tests #1364

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1373
Author: @SaucePackets
Created: 3/24/2025
Status: Merged
Merged: 3/27/2025
Merged by: @LGUG2Z

Base: masterHead: monitor_reconciliator_tests_notification_tests


📝 Commits (4)

  • 1f630c9 test(monitor_reconciliator/mod.rs): send Notification And Monitor Cache
  • 6b03148 test(monitor_reconciliator/mod.rs): tests for notification listener, channel capacity, monitor cache
  • f7413f6 Merge branch 'LGUG2Z:master' into monitor_reconciliator_tests_notification_tests
  • 1006d99 test(monitor_reconciliator/mod.rs): created Mock Monitor And attach_display_devices test

📊 Changes

1 file changed (+302 additions, -1 deletions)

View changed files

📝 komorebi/src/monitor_reconciliator/mod.rs (+302 -1)

📄 Description

Added monitor_reconciliator tests to test sending a notification, channel capacity, insert monitor cache for one and two monitors, notification listener, and attached display devices. Also created a Mocking of a monitor that can be used with functions that call the Win32 API.


🔄 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/1373 **Author:** [@SaucePackets](https://github.com/SaucePackets) **Created:** 3/24/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `monitor_reconciliator_tests_notification_tests` --- ### 📝 Commits (4) - [`1f630c9`](https://github.com/LGUG2Z/komorebi/commit/1f630c9729e5ab8799f8313c6204edf8b1486277) test(monitor_reconciliator/mod.rs): send Notification And Monitor Cache - [`6b03148`](https://github.com/LGUG2Z/komorebi/commit/6b0314824f5cb44ead925c598ad9ffb654a4d25f) test(monitor_reconciliator/mod.rs): tests for notification listener, channel capacity, monitor cache - [`f7413f6`](https://github.com/LGUG2Z/komorebi/commit/f7413f62f2874bf69fb8d019d0a8eac3a34b84d9) Merge branch 'LGUG2Z:master' into monitor_reconciliator_tests_notification_tests - [`1006d99`](https://github.com/LGUG2Z/komorebi/commit/1006d99ae4b84b3d985e7187d19a5bb4855938b7) test(monitor_reconciliator/mod.rs): created Mock Monitor And attach_display_devices test ### 📊 Changes **1 file changed** (+302 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/monitor_reconciliator/mod.rs` (+302 -1) </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`. --> Added monitor_reconciliator tests to test sending a notification, channel capacity, insert monitor cache for one and two monitors, notification listener, and attached display devices. Also created a Mocking of a monitor that can be used with functions that call the Win32 API. --- <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:02 +01:00
adam closed this issue 2026-01-05 14:55:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1364