commit | 97c27c698dc5325aff3887cf13e0e58bcfd1acfe | [log] [tgz] |
---|---|---|
author | Mohammed Attia <skeuomorf@gmail.com> | Wed Apr 02 03:46:57 2014 +0200 |
committer | Mohammed Attia <skeuomorf@gmail.com> | Fri Apr 04 19:15:07 2014 +0200 |
tree | 3ec6458c309f6448f304726ef84355e9f41e216a | |
parent | 9ac7c1d9032816e161b64f8e283bffac99b85c2e [diff] [blame] |
Add DSABackend
diff --git a/pytest.ini b/pytest.ini index 3f65e30..b590d0b 100644 --- a/pytest.ini +++ b/pytest.ini
@@ -2,6 +2,7 @@ addopts = -r s markers = cipher: this test requires a backend providing CipherBackend + dsa: this test requires a backend providing DSABackend hash: this test requires a backend providing HashBackend hmac: this test requires a backend providing HMACBackend pbkdf2hmac: this test requires a backend providing PBKDF2HMACBackend