summaryrefslogtreecommitdiff
path: root/tests/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_base.py')
-rwxr-xr-x[-rw-r--r--]tests/test_base.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_base.py b/tests/test_base.py
index a1b5ca0..f89e750 100644..100755
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -128,3 +128,6 @@ class SemanticVersionTestCase(unittest.TestCase):
for field in fields:
self.assertIn(repr(field), repr(version))
+
+if __name__ == '__main__':
+ unittest.main()