summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]tests/test_base.py3
-rwxr-xr-x[-rw-r--r--]tests/test_match.py0
-rwxr-xr-x[-rw-r--r--]tests/test_parsing.py0
3 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()
diff --git a/tests/test_match.py b/tests/test_match.py
index 64011b1..64011b1 100644..100755
--- a/tests/test_match.py
+++ b/tests/test_match.py
diff --git a/tests/test_parsing.py b/tests/test_parsing.py
index cdf21fc..cdf21fc 100644..100755
--- a/tests/test_parsing.py
+++ b/tests/test_parsing.py