summaryrefslogtreecommitdiff
blob: e3abe0b77c8f08619244594705fdbbc48447f8f8 (plain)
1
2
3
4
5
6
7
8
9
--- python_digest/tests.py.orig	2012-04-25 11:48:30.212254059 +0200
+++ python_digest/tests.py	2012-04-25 11:48:58.371585156 +0200
@@ -486,3 +486,6 @@
             for c in s:
                 self.assertFalse(fs.character(c))
             self.assertRaises(ValueError, fs.close)
+
+if __name__ == "__main__":
+    unittest.main()