aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-26 20:13:45 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-26 20:13:45 -0600
commit5a8fdf82f396609ccb971d707edddea58f2d3917 (patch)
tree47e7815de4ba685237653de9efe31cad4b8daf27 /pytest.ini
parentb645521e84026633f666aa107816ac2fc5e05cc6 (diff)
downloadcryptography-5a8fdf82f396609ccb971d707edddea58f2d3917.tar.gz
cryptography-5a8fdf82f396609ccb971d707edddea58f2d3917.tar.bz2
cryptography-5a8fdf82f396609ccb971d707edddea58f2d3917.zip
add mark that allows us to do skip tests on backends via decorators
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 1aeb23fc..36d4edc4 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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