Michael Stapelberg
|
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 |
Michael Stapelberg
|
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 |
Michael Stapelberg
|
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 |
Michael Stapelberg
|
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 |
Michael Stapelberg
|
2244c843a8
|
Bugfix: don’t trigger unrelated key bindings for --release bindings
fixes #2442
|
2016-09-12 12:57:13 +02:00 |
Michael Stapelberg
|
6a7f9370db
|
Add i3test::XTEST, add 2 test cases for key bindings
|
2015-11-16 09:37:54 +01:00 |