Test for new hmac module.

This commit is contained in:
Guido van Rossum 2001-09-11 15:54:16 +00:00
parent 8ceef4141c
commit f166994b83
1 changed files with 2 additions and 0 deletions

2
Lib/test/test_hmac.py Normal file
View File

@ -0,0 +1,2 @@
import hmac
hmac.test()