From b0af4e4c8543d8cdfd8bc7cd68b760d9d66e927c Mon Sep 17 00:00:00 2001 From: eplanet Date: Mon, 14 Nov 2016 09:13:44 +0100 Subject: Unit testing in Travis (#170) --- testcases/001-battery/i3status.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testcases/001-battery/i3status.conf (limited to 'testcases/001-battery/i3status.conf') diff --git a/testcases/001-battery/i3status.conf b/testcases/001-battery/i3status.conf new file mode 100644 index 0000000..b55e768 --- /dev/null +++ b/testcases/001-battery/i3status.conf @@ -0,0 +1,10 @@ +general { + output_format = "none" +} + +order += "battery all" + +battery all { + format = "%status %percentage %remaining" + path = "testcases/001-battery/BAT%d_uevent" +} -- cgit v1.2.3