Skip to content

Commit 81caad0

Browse files
author
Coldaine
committed
feat(ydotool): add comprehensive unit tests for ydotool injector
Rebased from Jules draft #273. - Add TestHarness for controlled test environment - Add tests for socket discovery, binary permissions, text injection - Gate tests behind ydotool feature flag
1 parent 8dc0d88 commit 81caad0

File tree

1 file changed

+1
-0
lines changed
  • crates/coldvox-text-injection/src/tests

1 file changed

+1
-0
lines changed

crates/coldvox-text-injection/src/tests/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
pub mod real_injection;
44
#[cfg(feature = "real-injection-tests")]
55
pub mod test_harness;
6+
#[cfg(all(unix, feature = "ydotool"))]
67
pub mod test_ydotool_injector;
78
pub mod test_utils;
89
pub mod wl_copy_basic_test;

0 commit comments

Comments
 (0)