aboutsummaryrefslogtreecommitdiffstats
path: root/tests/importer_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/importer_tests.py')
-rw-r--r--tests/importer_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/importer_tests.py b/tests/importer_tests.py
index cbac1d94..a2dddaba 100644
--- a/tests/importer_tests.py
+++ b/tests/importer_tests.py
@@ -9,6 +9,7 @@ import unittest
from sos.utilities import ImporterHelper
+
class ImporterHelperTests(unittest.TestCase):
def test_runs(self):
@@ -16,6 +17,7 @@ class ImporterHelperTests(unittest.TestCase):
modules = h.get_modules()
self.assertTrue('main' in modules)
+
if __name__ == "__main__":
unittest.main()