mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1427] [MERGED] Edge case tests for monitor, workspace, and window manager #1398
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1427
Author: @SaucePackets
Created: 5/3/2025
Status: ✅ Merged
Merged: 5/10/2025
Merged by: @LGUG2Z
Base:
master← Head:edge-case-tests-monitor-and-workspace📝 Commits (6)
93570f5test(monitor.rs): remove nonexistent workspaceaaf44c5test(monitor.rs): test moving a container to a nonexistent workspace7225822test(workspace.rs): test removing a non existent window8fa326btest(workspace.rs): move window to non existent container82ab2b9test(window_manager.rs): test move workspace to non existent monitor122251ctest(window_manager.rs): test transfer window to nonexistent monitor📊 Changes
3 files changed (+200 additions, -1 deletions)
View changed files
📝
komorebi/src/monitor.rs(+59 -0)📝
komorebi/src/window_manager.rs(+95 -1)📝
komorebi/src/workspace.rs(+46 -0)📄 Description
Created tests for testing removing a nonexistent workspace and window, moving a container to a workspace that hasn't been created, moving a workspace to a non existent monitor, and moving a window to a non existent container.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.