django-cas-server/cas_server/tests
Valentin Samir 30f2358db8 Make the crypt module optional. Fix #67
The python stdlid crypt module is deprecated since version 3.11 and
will be removed in version 3.13. Check for the availability of the
crypt module.
All password checks using the crypt module will stop to work on
python 3.13.
2024-08-18 13:03:44 +02:00
..
__init__.py Begin to split tests, Makefile less phony, use py.test 2016-06-29 08:22:52 +02:00
auth.py Add module tests.auth a docstring 2016-10-07 15:36:11 +02:00
mixin.py Fix invalid escape sequence \. in regular expression \\. 2019-01-12 12:01:12 +01:00
settings.py Fix DeprecationWarning about USE_L10N in Django 4.0 2022-10-17 19:27:51 +02:00
test_federate.py Code factorisation in models.py 2016-08-05 17:56:34 +02:00
test_models.py Fix invalid escape sequence \. in regular expression \\. 2019-01-12 12:01:12 +01:00
test_templatetags.py Add templatetags tests 2016-08-02 17:10:42 +02:00
test_utils.py Make the crypt module optional. Fix #67 2024-08-18 13:03:44 +02:00
test_view.py Fix unicode sandwich issue in cas_server.utils.update_url. Fix #82 2022-10-16 20:55:21 +02:00
urls.py [urls] Fix typo and remove unused imports 2021-06-19 17:21:20 +02:00
utils.py Changes for Django 2.0 support 2018-04-29 20:10:19 +02:00