Small extentions to jupyterhub oauthenticator, to better integrate with KeyCloak.
pip install -r test-requirements.txt
pip install -e .
pytest
PyTest does a lot of caching and may run into troubles if old files linger around. Use one ore more of the following commands to clean up before running pytest.
find ./ -name '*.pyc' -delete