1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:14:45 +00:00

test action

This commit is contained in:
deadc0de6
2017-09-09 11:08:06 +02:00
parent d4c1cdae22
commit 38477c6ddb

View File

@@ -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)