def test_from_json_hashable(self): from acme.jose.jwk import JWKOct hash(JWKOct.from_json(self.jobj))
def test_from_json(self): from acme.jose.jwk import JWKOct self.assertEqual(self.jwk, JWKOct.from_json(self.jobj))