From: Guido van Rossum Date: Tue, 11 Sep 2001 15:54:16 +0000 (+0000) Subject: Test for new hmac module. X-Git-Tag: v2.2.1c1~1851 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f166994b8346708a867df823def3ab12e02d43e9;p=thirdparty%2FPython%2Fcpython.git Test for new hmac module. --- diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py new file mode 100644 index 000000000000..ca44f31921c3 --- /dev/null +++ b/Lib/test/test_hmac.py @@ -0,0 +1,2 @@ +import hmac +hmac.test()