blob: 9b44f198f4d0e5bd2eddcfa6a0f93aa9fc0ddfc7 [file] [log] [blame]
Paul Kehrerefe01892013-09-28 13:53:07 -05001[pytest]
2addopts = -r s
Paul Kehrer7e4bc6d2013-12-24 22:23:53 -06003markers =
Paul Kehrer7e4bc6d2013-12-24 22:23:53 -06004 cipher: this test requires a backend providing CipherBackend
Ayrxb5bb0652014-04-16 21:42:11 +08005 cmac: this test requires a backend providing CMACBackend
Mohammed Attia97c27c62014-04-02 03:46:57 +02006 dsa: this test requires a backend providing DSABackend
Paul Kehrer7e4bc6d2013-12-24 22:23:53 -06007 hash: this test requires a backend providing HashBackend
Paul Kehrer1050ddf2014-01-27 21:04:03 -06008 hmac: this test requires a backend providing HMACBackend
Paul Kehrer1277bc72014-01-28 17:09:59 -06009 pbkdf2hmac: this test requires a backend providing PBKDF2HMACBackend
Paul Kehrere4f78742014-02-08 09:21:21 -060010 rsa: this test requires a backend providing RSABackend
Alex Stapleton458c09b2014-04-23 20:58:37 +010011 traditional_openssl_serialization: this test requires a backend providing TraditionalOpenSSLSerializationBackend
Alex Stapleton72584a02014-05-23 22:01:34 +010012 pkcs8_serialization: this test requires a backend providing PKCS8SerializationBackend
Paul Kehrer5a8fdf82013-12-26 20:13:45 -060013 supported: parametrized test requiring only_if and skip_message