summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-08-22 04:52:31 +0900
committerkali <kali@leap.se>2012-08-22 04:53:40 +0900
commit6fcbd68152689f98d9c5b7526eee2e1e9b7dd0a2 (patch)
tree77d7ad57532d16de4fd71ab5689241934dbf3134 /tests
parent5f6064b9dfa102b1115d5e3a6ecfb22cdcf82d14 (diff)
minor tweaks to setup + env test
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()