diff options
author | kali <kali@leap.se> | 2012-08-22 04:52:31 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-22 04:53:40 +0900 |
commit | 6fcbd68152689f98d9c5b7526eee2e1e9b7dd0a2 (patch) | |
tree | 77d7ad57532d16de4fd71ab5689241934dbf3134 /tests | |
parent | 5f6064b9dfa102b1115d5e3a6ecfb22cdcf82d14 (diff) |
minor tweaks to setup + env test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_qt_environment.py | 4 |
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() |