We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c7f28 commit 8834023Copy full SHA for 8834023
python-stdlib/hashlib/tests/test_sha256.py
@@ -1,3 +1,7 @@
1
+# Prevent importing any built-in hashes, so this test tests only the pure Python hashes.
2
+import sys
3
+sys.modules['uhashlib'] = sys
4
+
5
import unittest
6
from hashlib import sha256
7
0 commit comments