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
|
a5aed10d09
|
tests: unflake t/257-keypress-group1-fallback.t (#2946)
fixes #2944
|
2017-09-14 17:48:37 +02:00 |
Michael Stapelberg
|
6a7f9370db
|
Add i3test::XTEST, add 2 test cases for key bindings
|
2015-11-16 09:37:54 +01:00 |