django-cas-server/cas_server/tests
Yohann D'ANELLO d62def6d6b
django.conf.urls is deprecated and will be removed in Django 4.0, use django.urls.re_path instead
Signed-off-by: Yohann D'ANELLO <ynerant@¢rans.org>
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2020-12-22 23:07:33 +01: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 Changes for Django 2.0 support 2018-04-29 20:10:19 +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 Update PyPi url from https://pypi.python.org to https://pypi.org 2018-04-30 18:31:54 +02:00
test_view.py Fix invalid escape sequence \. in regular expression \\. 2019-01-12 12:01:12 +01:00
urls.py django.conf.urls is deprecated and will be removed in Django 4.0, use django.urls.re_path instead 2020-12-22 23:07:33 +01:00
utils.py Changes for Django 2.0 support 2018-04-29 20:10:19 +02:00