From 38477c6ddb113020c68d89b6e08ff19b960a6210 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 9 Sep 2017 11:08:06 +0200 Subject: [PATCH] test action --- tests/test_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_install.py b/tests/test_install.py index 5c11f59..4ff5859 100644 --- a/tests/test_install.py +++ b/tests/test_install.py @@ -174,6 +174,7 @@ exec bspwm # test action has been executed self.assertTrue(os.path.exists(fact)) + self.assertTrue(str(act1) != '') actcontent = open(fact, 'r').read().rstrip() self.assertTrue(actcontent == value)