You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/python-digest/files/python-digest-1.7-unittest....

10 lines
331 B

--- 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()