awesome/tests
Uli Schlachter f304c608e8 tests/_runner.lua: Allow non-step based tests
The current _runner.lua expects a table containing steps to be passed
in. However, not all tests look like this. This commits adds an API to
the runner that allows tests to run however they like. They just have to
call run_direct() initially and call done() when they are finished.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2019-02-28 13:27:23 +01:00
..
examples cmake: fix generate-examples/check-examples (#2545) 2019-02-19 00:15:19 +01:00
themes cmake: pass DO_COVERAGE=1 in env for tests/run.sh (#2575) 2019-01-11 17:04:23 +01:00
_client.lua tests: Add initial size support to the test client 2018-09-12 08:20:53 +03:00
_multi_screen.lua Add a new disposition to _multi_screen.lua 2017-05-15 08:15:59 +02:00
_runner.lua tests/_runner.lua: Allow non-step based tests 2019-02-28 13:27:23 +01:00
_wibox_helper.lua tag/tasklist: Update rc.lua 2017-12-02 16:33:06 -05:00
run.sh tests/run.sh: fix handling of test args 2019-01-03 13:54:37 +01:00
test-awesomerc.lua Cleanup usages/patching of awful.util.deprecate (#1966) 2017-08-10 12:18:54 +02:00
test-awful-client.lua Add test for window factor on maximized clients 2018-05-27 20:34:53 +01:00
test-awful-layout.lua Re-arrange the magnifier layout on focus changes 2017-06-09 10:13:14 +02:00
test-awful-placement.lua Add a test for awful.placement.no_overlap+awful.placement.no_offscreen 2018-09-13 08:23:36 +03:00
test-awful-rules.lua awful.rules: Rename switchtotag to switch_to_tags. 2018-10-04 09:16:00 -04:00
test-awful-screen.lua Cleanup usages/patching of awful.util.deprecate (#1966) 2017-08-10 12:18:54 +02:00
test-awful-tag.lua tests: Test awful.tag.object.set_layouts 2018-10-15 16:10:18 -04:00
test-awful-widget-button.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
test-awful-widget-calendar_popup.lua tests: Test the calendar widget 2017-06-12 02:58:06 -04:00
test-awful-widget-only_on_screen.lua Add a only_on_screen container widget 2017-03-03 13:25:28 +01:00
test-awful-widget-watch.lua Make tests more reliable on "early errors" 2016-03-06 10:20:45 +01:00
test-benchmark.lua Add and use gears.timer.run_delayed_calls_now() 2019-02-15 17:04:19 +01:00
test-client-shape.lua Add a client shape test (#2214) 2018-03-12 22:53:00 -04:00
test-client-swap.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-current-desktop.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
test-dbus-error.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-drawable-bgimage.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-focus.lua Correctly convert colors with alpha to a Lua string 2018-03-03 10:57:48 +01:00
test-geometry.lua test-geometry: Wait for c:kill() to be done 2017-01-02 19:34:41 +01:00
test-gravity.c test-gravity.c: Accept different roundings 2018-08-17 11:48:49 +02:00
test-gravity.lua Add a test for gravity handling (#1760) 2017-05-13 23:28:45 +02:00
test-keyboard-layout-changes.lua tests: Test the awesome.modifiers 2019-01-21 01:08:48 -05:00
test-leak-client.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
test-leaks.lua Add and use gears.timer.run_delayed_calls_now() 2019-02-15 17:04:19 +01:00
test-maximize.lua Add client.object.immobilized_{horizontal,vertical} (#2066) 2017-10-25 15:36:00 +02:00
test-menubar.lua fix(tests: menubar): ignore warning about opening applications dir in /dev/null 2017-08-24 23:06:15 +02:00
test-miss-handlers.lua Add missing modelines to tests/*.lua 2016-12-31 14:05:51 +01:00
test-naughty-legacy.lua Merge pull request #2696 from alfunx/naughty-legacy-resize-on-update 2019-02-24 15:12:35 -05:00
test-resize.lua tests: Check that the "after" resize mode doesn't print errors 2017-11-06 05:47:12 +01:00
test-screen-changes.lua notification: Rename text to message 2019-02-16 15:26:38 -05:00
test-selection-getter.lua selection_getter: Convert to use a table as argument 2019-02-10 09:49:11 +01:00
test-selection-transfer.lua test-selection-transfer: Explain need for wait_a_bit 2019-02-18 07:16:16 +01:00
test-selection-watcher.lua Fix Luacheck warnings 2019-02-06 14:31:57 +01:00
test-signal.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-spawn-snid.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-spawn.lua tests: Fix a race condition in the spawn test. 2018-10-16 12:35:18 -04:00
test-struts.lua tests: Validate wibar geometry in the struts test 2017-02-13 22:41:25 -05:00
test-tag-gap-single-client.lua Fix awful.tag.object.get_gap_single_client (#1190) 2016-10-26 01:43:45 +02:00
test-titlebar.lua tests: Add test for Motif titlebar hints 2018-11-12 11:48:59 +03:00
test-tooltip.lua Stabilize awful.tooltip code coverage (#1773) 2017-05-07 18:00:22 +02:00
test-urgent.lua awful.rules: Rename switchtotag to switch_to_tags. 2018-10-04 09:16:00 -04:00
test-use-after-gc.lua Improve behaviour of GC'd objects 2016-09-24 14:37:07 +02:00
test-wallpaper.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-wibox-shape.lua tests: Test the input_passthrough property 2017-11-27 00:22:11 -05:00