130b3ce3a9
Check for B_UPON_KEYRELEASE_IGNORE_MODS with bindsyms
...
From 548d74015c
:
> 1. press $mod, press x, release x, release $mod
> 2. press $mod, press x, release $mod, release x
case (2.) didn't work, now it should be fixed.
2018-03-20 04:00:47 +02:00
ce21de8dde
Implement the tick event
...
This makes our tests less flaky, shorter, and more readable.
fixes #2988
2017-09-30 11:41:57 +02:00
14c8cf8622
tests: implement xtest_sync_with_i3
...
The regular sync_with_i3 is not sufficient because i3test::XTEST uses a separate
X11 connection.
2017-09-30 11:28:20 +02:00
7ad32fd2d1
tests: replace http:// with https:// where appropriate
...
This was done automatically using:
% sed -i 's,http://build.i3wm.org,https://build.i3wm.org,g ' testcases/t/*.t
2017-09-24 10:19:50 +02:00
02786155dc
tests: use i3_config arg instead of precisely one launch_with_config
...
This way, tests are shorter, and i3test’s invocation of launch_with_config
parallelizes work better, using dont_block => 1.
2017-09-14 21:46:20 +02:00
2244c843a8
Bugfix: don’t trigger unrelated key bindings for --release bindings
...
fixes #2442
2016-09-12 12:57:13 +02:00
6a7f9370db
Add i3test::XTEST, add 2 test cases for key bindings
2015-11-16 09:37:54 +01:00