A library for testing Python applications in self-contained Kerberos 5 environments
Project description
k5test is a library for setting up self-contained Kerberos 5 environments, and running Python unit tests inside those environments. It is based on the file of the same name found alongside the MIT Kerberos 5 unit tests.
Using k5test to set up a Kerberos 5 deployment
k5test can be used to set up a self-contained MIT Kerberos 5 environment. This is useful for testing applications without having to manipulate existing Kerberos realms, or having to set up a full Kerberos deployment by hand.
To set up a realm, use the k5test.K5Realm class. The constructor accepts several useful arguments for controlling which parts get set up; refer to the inline documentation for more information.
Using k5test to run unit tests
Instead of having test cases inherit from unittest.TestCase, inherit from k5test.KerberosTestCase, which will automatically set up a Kerberos 5 environment, before the test case, and tear it down afterwards.
Additionally, several decorators are defined. the k5test.gssapi_extension_test(extension_name, human_readable_name) decorator (which requires python-gssapi) allows you to skip tests with installations that don’t support a particular GSSAPI extension. The the k5test.krb_minversion_test(target_version, problem_name) decorator allows you to skip tests when running a version of krb5 less that the required version. The k5test.krb_plugin_test(plugin_type, plugin_name) decorator allows you to skip tests for installations that don’t have a particular plugin installed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file k5test-0.9.1.tar.gz
.
File metadata
- Download URL: k5test-0.9.1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8733373737a7911a96f43cf30f8d5ce579d45c36e7ff98d72b9433df11b7f623 |
|
MD5 | cc31f75c19050016e94c06430e8883b3 |
|
BLAKE2b-256 | feb1b71b1b13e54b5ec55ca8cce372b63c56d744ef28ae4721f4c8c1ceb7d071 |