mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-17 00:10:16 +03:00
10 lines
331 B
Diff
10 lines
331 B
Diff
--- 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()
|