aboutsummaryrefslogtreecommitdiff
path: root/src/tests/server.rs
AgeCommit message (Collapse)Author
2025-01-27Don't create on-disk sockets in testsIvan Molodetskikh
2024-12-22Implement client-server test infra and window opening testsIvan Molodetskikh
These tests make a real Niri instance and real Wayland clients (via manual wayland-rs implementation), both on the same event loop local to the test. This allows testing the full Wayland interaction, including arbitrary event ordering and delays. To start off, add a massive powerset test for the settings that influence where a window may open.