diff options
author | Anselm Kruis <anselm.kruis@atos.net> | 2019-06-20 00:36:08 +0200 |
---|---|---|
committer | Anselm Kruis <anselm.kruis@atos.net> | 2019-06-20 00:36:08 +0200 |
commit | 3314a73433b053209b5c6fed1b8f9031f666a598 (patch) | |
tree | 6c63f298ac29c65875c4aac613b53ac3840e8091 /README.rst | |
parent | 0019ea652110933930aab9ee1dc7ade8f0c06d52 (diff) |
Mention how to test Kerberos/GSSAPI.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -136,3 +136,10 @@ There are also unit tests here:: $ pytest Which will verify that most of the core components are working correctly. + +To test Kerberos/GSSAPI, you need a Kerberos environment. On UNIX you can +use the package k5test to setup a Kerberos environment on the fly:: + + $ pip install -r dev-requirements.txt + $ pip install k5test gssapi pyasn1 + $ pytest |