diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-27 16:16:41 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-27 16:16:41 -0800 |
commit | 7ede6a4b80677bf56088b8492fa87b19183db448 (patch) | |
tree | a779758c943ba22310b8ba3bd7b3202446417503 /pytest.ini | |
parent | 9b51cc1a843d6a8427eb4ad49aeaf5317c442fed (diff) | |
parent | b078d8e1f446a1d2d13453e65e37fbaf4f6b17f2 (diff) | |
download | cryptography-7ede6a4b80677bf56088b8492fa87b19183db448.tar.gz cryptography-7ede6a4b80677bf56088b8492fa87b19183db448.tar.bz2 cryptography-7ede6a4b80677bf56088b8492fa87b19183db448.zip |
Merge pull request #353 from reaperhulk/supported-mark
Add mark that allows us to do skip tests on backends via decorators
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ 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 |