aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-27 16:16:41 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-27 16:16:41 -0800
commit7ede6a4b80677bf56088b8492fa87b19183db448 (patch)
treea779758c943ba22310b8ba3bd7b3202446417503 /pytest.ini
parent9b51cc1a843d6a8427eb4ad49aeaf5317c442fed (diff)
parentb078d8e1f446a1d2d13453e65e37fbaf4f6b17f2 (diff)
downloadcryptography-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.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