django-cas-server/cas_server/tests
Valentin Samir 34118833bf Display an error message on bad response from identity provider in federate mode. fix #7.
If the identity provider CAS do not return an XML document as specified on ticket validation,
an XML parsing error is raised. We now catch it and display a message to the user.
2016-07-29 16:35:21 +02:00
..
__init__.py Begin to split tests, Makefile less phony, use py.test 2016-06-29 08:22:52 +02:00
mixin.py Add some logging and only permit backend CAS auth if the user is not already authenticated 2016-07-04 22:54:15 +02:00
settings.py Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
test_federate.py Display an error message on bad response from identity provider in federate mode. fix #7. 2016-07-29 16:35:21 +02:00
test_models.py fix some codacy errors 2016-07-29 15:18:10 +02:00
test_utils.py fix some codacy errors 2016-07-29 15:18:10 +02:00
test_view.py fix some codacy errors 2016-07-29 15:18:10 +02:00
urls.py Begin to split tests, Makefile less phony, use py.test 2016-06-29 08:22:52 +02:00
utils.py fix some codacy errors 2016-07-29 15:18:10 +02:00