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
|
338199913b
|
add boilerplate to all testcases with documentation references
|
2012-09-10 14:09:01 +02:00 |
Michael Stapelberg
|
232d6ccce9
|
tests: introduce is_num_children test
This makes it clearer what the tests are actually doing and kills quite
a bit of useless repetitions
|
2012-09-04 22:24:13 +02:00 |
Michael Stapelberg
|
d4238c778a
|
Bugfix: Open new windows in the correct place when assignments match (+test) (Thanks Don)
|
2012-01-07 18:50:00 +00:00 |