aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-04-22 08:54:55 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-04-22 08:54:55 +0100
commitb5236fe24efa4d399353327db49c23dc6e81d1f5 (patch)
treee2f9e10253aa11abf3db77ea5613f7e5daab47b5 /pytest.ini
parenta33dd28e1b4412695bc72ba1c888ca616852eac6 (diff)
parent9a97cb93205b5785423bac9cae9288310f3b0c5a (diff)
downloadcryptography-b5236fe24efa4d399353327db49c23dc6e81d1f5.tar.gz
cryptography-b5236fe24efa4d399353327db49c23dc6e81d1f5.tar.bz2
cryptography-b5236fe24efa4d399353327db49c23dc6e81d1f5.zip
Merge pull request #931 from Ayrx/cmac-implementation
CMAC implementation and docs
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index b590d0be..cb6a80a8 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -2,6 +2,7 @@
addopts = -r s
markers =
cipher: this test requires a backend providing CipherBackend
+ cmac: this test requires a backend providing CMACBackend
dsa: this test requires a backend providing DSABackend
hash: this test requires a backend providing HashBackend
hmac: this test requires a backend providing HMACBackend