Exemplo n.º 1
0
 def test_invalid_builder(self):
     with pytest.raises(TypeError):
         backend.create_x509_revoked_certificate(object())
Exemplo n.º 2
0
 def test_invalid_builder(self):
     with pytest.raises(TypeError):
         backend.create_x509_revoked_certificate(object())