aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-24 22:23:53 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-24 22:23:53 -0600
commit7e4bc6d87741e8469ffcd00dc8004875ec9a95fe (patch)
tree1f9e0b9541737e2a9695e0b89495d64e52dc4c0b /pytest.ini
parent2a710fd725c1012170a101db4d7511d250cb31f0 (diff)
downloadcryptography-7e4bc6d87741e8469ffcd00dc8004875ec9a95fe.tar.gz
cryptography-7e4bc6d87741e8469ffcd00dc8004875ec9a95fe.tar.bz2
cryptography-7e4bc6d87741e8469ffcd00dc8004875ec9a95fe.zip
add test marks for various backend functionality
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 723735ac..1aeb23fc 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,2 +1,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