aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-28 12:44:34 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-28 12:44:34 -0500
commitde813eab6dcd19372fe7aade302f90fe2dac9d03 (patch)
treea3c8bb050bf458e4b20a3071de276ec05808baab /tests
parentfa56a23061c8b3431aa32b7ffbd05a38fa6f77e4 (diff)
downloadcryptography-de813eab6dcd19372fe7aade302f90fe2dac9d03.tar.gz
cryptography-de813eab6dcd19372fe7aade302f90fe2dac9d03.tar.bz2
cryptography-de813eab6dcd19372fe7aade302f90fe2dac9d03.zip
rename test class name
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 324864d9..af13f27a 100644
--- a/tests/test_x509_ext.py
+++ b/tests/test_x509_ext.py
@@ -133,7 +133,7 @@ class TestExtensions(object):
@pytest.mark.requires_backend_interface(interface=RSABackend)
@pytest.mark.requires_backend_interface(interface=X509Backend)
-class TestRSABasicConstraintsExtension(object):
+class TestBasicConstraintsExtension(object):
def test_ca_true_pathlen_6(self, backend):
cert = _load_cert(
os.path.join(