2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-17 00:10:16 +03:00
Files
gentoo/dev-python/python-digest/files/python-digest-1.7-unittest.patch
Repository QA checks a637bd65b7 2015-06-19 16:35:30 UTC
2015-06-19 12:38:33 -04:00

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