summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-08-22 07:08:02 +0900
committerkali <kali@leap.se>2012-08-22 07:08:02 +0900
commitb5f7999e43e2c6504b43534e03bfc5a130dfac87 (patch)
treeac920902bc0e258559d0ffe88909eae182773f7e /tests
parent6ce22c7ebd293550473bfa5453a2f720dffad3e8 (diff)
parent3bd45c8e1e020bebf041bc266c5092a41f944130 (diff)
Merge branch 'refactor-tests' into refactor
Diffstat (limited to 'tests')
-rw-r--r--tests/test_qt_environment.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_qt_environment.py b/tests/test_qt_environment.py
index 08fccf4b..d97322b9 100644
--- a/tests/test_qt_environment.py
+++ b/tests/test_qt_environment.py
@@ -37,3 +37,7 @@ class QtEnvironTest(unittest.TestCase):
self.assertEqual(
self.win.trayIcon.isSystemTrayAvailable(),
True)
+
+
+if __name__ == "__main__":
+ unittest.main()