summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_regex_helper.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-11/+14
* Added tests for AssertionErrors in get_complete_version() and _lazy_re_compil...Hasan Ramezani2021-03-151-0/+11
* Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns.Tim Graham2017-09-221-11/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.Tim Graham2016-12-271-1/+6
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+50