case.py 109 B

123456
  1. from case import skip
  2. @skip.unless_module('OpenSSL.crypto', name='pyOpenSSL')
  3. class SecurityCase:
  4. pass