diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-27 10:01:00 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-27 10:01:00 -0500 |
commit | 3f040c48c54463f688840051b976f44001c6c3f4 (patch) | |
tree | cc3007a5488564ecbdae1dc7634b88a229d8ed6f | |
parent | 99d90e8dd272daf8bee1b920c45644afbe7b0303 (diff) | |
download | cryptography-3f040c48c54463f688840051b976f44001c6c3f4.tar.gz cryptography-3f040c48c54463f688840051b976f44001c6c3f4.tar.bz2 cryptography-3f040c48c54463f688840051b976f44001c6c3f4.zip |
better name for this test
-rw-r--r-- | tests/test_x509_ext.py | 2 |
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" |