MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_sha3_384_nist

Method test_sha3_384_nist

Lib/test/test_hmac.py:840–841  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

838
839 @unittest.expectedFailure # TODO: RUSTPYTHON; _hashlib.UnsupportedDigestmodError: unsupported hash type
840 def test_sha3_384_nist(self):
841 return super().test_sha3_384_nist()
842
843 @unittest.expectedFailure # TODO: RUSTPYTHON; _hashlib.UnsupportedDigestmodError: unsupported hash type
844 def test_sha3_512_nist(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_sha3_384_nistMethod · 0.45

Tested by

no test coverage detected