cryptography/pytest.ini
2013-12-24 22:23:53 -06:00

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