aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: 1aeb23fc875fd6817aa6aab2e27c3d8a538e64f2 (plain)
1
2
3
4
5
6
[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