blob: 89fda539f7ef4bd8ed324cd28a9da044c0112ab3 (
plain)
1
2
3
4
5
6
7
8
|
[pytest]
addopts = -r s
markers =
cipher: this test requires a backend providing CipherBackend
hash: this test requires a backend providing HashBackend
hmac: this test requires a backend providing HMACBackend
pbkdf2: this test requires a backend providing PBKDF2Backend
supported: parametrized test requiring only_if and skip_message
|