summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_hmac.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-09-11 15:54:16 (GMT)
committerGuido van Rossum <guido@python.org>2001-09-11 15:54:16 (GMT)
commitf166994b8346708a867df823def3ab12e02d43e9 (patch)
treec309cf0b9575d4e4c08ffa4495b8067063eb44b9 /Lib/test/test_hmac.py
parent8ceef4141c55cd112cfa3ae4538286451d49f6d8 (diff)
downloadcpython-f166994b8346708a867df823def3ab12e02d43e9.zip
cpython-f166994b8346708a867df823def3ab12e02d43e9.tar.gz
cpython-f166994b8346708a867df823def3ab12e02d43e9.tar.bz2
Test for new hmac module.
Diffstat (limited to 'Lib/test/test_hmac.py')
-rw-r--r--Lib/test/test_hmac.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py
new file mode 100644
index 0000000..ca44f31
--- /dev/null
+++ b/Lib/test/test_hmac.py
@@ -0,0 +1,2 @@
+import hmac
+hmac.test()