mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Whitespace normalization.
This commit is contained in:
parent
135cce8718
commit
8876848323
5 changed files with 6 additions and 8 deletions
|
|
@ -45,7 +45,7 @@ class ConstructorTestCase(unittest.TestCase):
|
|||
h = hmac.HMAC("key", "", sha)
|
||||
except:
|
||||
self.fail("Constructor call with sha module raised exception.")
|
||||
|
||||
|
||||
class SanityTestCase(unittest.TestCase):
|
||||
def test_default_is_md5(self):
|
||||
"""Testing if HMAC defaults to MD5 algorithm."""
|
||||
|
|
@ -106,4 +106,3 @@ def test_main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue