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>
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/1373
Author: @SaucePackets
Created: 3/24/2025
Status: ✅ Merged
Merged: 3/27/2025
Merged by: @LGUG2Z
Base:
master← Head:monitor_reconciliator_tests_notification_tests📝 Commits (4)
1f630c9test(monitor_reconciliator/mod.rs): send Notification And Monitor Cache6b03148test(monitor_reconciliator/mod.rs): tests for notification listener, channel capacity, monitor cachef7413f6Merge branch 'LGUG2Z:master' into monitor_reconciliator_tests_notification_tests1006d99test(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.