pki.tests.test_models.test_credentialΒΆ
Tests for PKI credential models.
ClassesΒΆ
Test the CredentialAlreadyExistsError exception. |
|
Test the PKCS11Key model. |
|
Test the CertificateChainOrderModel. |
|
Test the IDevIDReferenceModel. |
|
Test the PKCS11Key.KeyType enum. |
|
Test database constraints and behaviors for PKCS11Key. |
Module ContentsΒΆ
- class pki.tests.test_models.test_credential.TestCredentialAlreadyExistsError[source]ΒΆ
Test the CredentialAlreadyExistsError exception.
- class pki.tests.test_models.test_credential.TestPKCS11Key[source]ΒΆ
Test the PKCS11Key model.
- test_pkcs11_key_unique_together()[source]ΒΆ
Test that token_label and key_label must be unique together.
- class pki.tests.test_models.test_credential.TestCertificateChainOrderModel[source]ΒΆ
Test the CertificateChainOrderModel.
- class pki.tests.test_models.test_credential.TestIDevIDReferenceModel[source]ΒΆ
Test the IDevIDReferenceModel.
- class pki.tests.test_models.test_credential.TestPKCS11KeyTypeEnum[source]ΒΆ
Test the PKCS11Key.KeyType enum.