From f166994b8346708a867df823def3ab12e02d43e9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 11 Sep 2001 15:54:16 +0000 Subject: [PATCH] Test for new hmac module. --- Lib/test/test_hmac.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Lib/test/test_hmac.py diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py new file mode 100644 index 00000000000..ca44f31921c --- /dev/null +++ b/Lib/test/test_hmac.py @@ -0,0 +1,2 @@ +import hmac +hmac.test()