From 3314a73433b053209b5c6fed1b8f9031f666a598 Mon Sep 17 00:00:00 2001 From: Anselm Kruis Date: Thu, 20 Jun 2019 00:36:08 +0200 Subject: Mention how to test Kerberos/GSSAPI. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index c918652f..72861d18 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit v1.2.1