aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: 4bb9b0f97d3d743f0d8f7aedf9d0deb5afe4962d (plain)
1
2
3
4
5
6
7
8
[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
    supported: parametrized test requiring only_if and skip_message
    binding_available: verifies a given binding is available