mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
6 lines
221 B
INI
6 lines
221 B
INI
[pytest]
|
|
addopts = -r s
|
|
markers =
|
|
hmac: this test requires a backend providing HMACBackend
|
|
cipher: this test requires a backend providing CipherBackend
|
|
hash: this test requires a backend providing HashBackend
|