aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-02-27 10:01:00 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-02-27 10:01:00 -0500
commit3f040c48c54463f688840051b976f44001c6c3f4 (patch)
treecc3007a5488564ecbdae1dc7634b88a229d8ed6f /tests
parent99d90e8dd272daf8bee1b920c45644afbe7b0303 (diff)
downloadcryptography-3f040c48c54463f688840051b976f44001c6c3f4.tar.gz
cryptography-3f040c48c54463f688840051b976f44001c6c3f4.tar.bz2
cryptography-3f040c48c54463f688840051b976f44001c6c3f4.zip
better name for this test
Diffstat (limited to 'tests')
-rw-r--r--tests/test_x509_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_x509_ext.py b/tests/test_x509_ext.py
index 3c5b67e1..fd579d6f 100644
--- a/tests/test_x509_ext.py
+++ b/tests/test_x509_ext.py
@@ -2283,7 +2283,7 @@ class TestPolicyConstraints(object):
@pytest.mark.requires_backend_interface(interface=RSABackend)
@pytest.mark.requires_backend_interface(interface=X509Backend)
class TestPolicyConstraintsExtension(object):
- def test_SOMETHING(self, backend):
+ def test_inhibit_policy_mapping(self, backend):
cert = _load_cert(
os.path.join(
"x509", "department-of-state-root.pem"