Paul Kehrer | efe0189 | 2013-09-28 13:53:07 -0500 | [diff] [blame] | 1 | [pytest] |
| 2 | addopts = -r s |
Paul Kehrer | 7e4bc6d | 2013-12-24 22:23:53 -0600 | [diff] [blame] | 3 | markers = |
Paul Kehrer | 7e4bc6d | 2013-12-24 22:23:53 -0600 | [diff] [blame] | 4 | cipher: this test requires a backend providing CipherBackend |
| 5 | hash: this test requires a backend providing HashBackend |
Paul Kehrer | 1050ddf | 2014-01-27 21:04:03 -0600 | [diff] [blame^] | 6 | hmac: this test requires a backend providing HMACBackend |
| 7 | pbkdf2: this test requires a backend providing PBKDF2Backend |
Paul Kehrer | 5a8fdf8 | 2013-12-26 20:13:45 -0600 | [diff] [blame] | 8 | supported: parametrized test requiring only_if and skip_message |