MCPcopy Index your code
hub / github.com/python/cpython / assert_hmac_extra_cases

Method assert_hmac_extra_cases

Lib/test/test_hmac.py:376–379  ·  view source on GitHub ↗

Extra tests that can be added in subclasses.

(
        self, key, msg, hexdigest, digestmod, hashname, digest_size, block_size
    )

Source from the content-addressed store, hash-verified

374 self.check_object(h1, hexdigest, hashname, digest_size, block_size)
375
376 def assert_hmac_extra_cases(
377 self, key, msg, hexdigest, digestmod, hashname, digest_size, block_size
378 ):
379 """Extra tests that can be added in subclasses."""
380
381
382class PyAssertersMixin(PyModuleMixin, AssertersMixin):

Callers 1

assert_hmacMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected