]> granicus.if.org Git - python/commitdiff
Test for new hmac module.
authorGuido van Rossum <guido@python.org>
Tue, 11 Sep 2001 15:54:16 +0000 (15:54 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Sep 2001 15:54:16 +0000 (15:54 +0000)
Lib/test/test_hmac.py [new file with mode: 0644]

diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py
new file mode 100644 (file)
index 0000000..ca44f31
--- /dev/null
@@ -0,0 +1,2 @@
+import hmac
+hmac.test()