(self, h)
| 1351 | class OpenSSLCopyTestCase(ExtensionCopyTestCase, unittest.TestCase): |
| 1352 | |
| 1353 | def init(self, h): |
| 1354 | h._init_openssl_hmac(b"key", b"msg", digestmod="sha256") |
| 1355 | |
| 1356 | |
| 1357 | @hashlib_helper.requires_builtin_hmac() |
no test coverage detected