summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_jslex.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-72/+227
* Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-05-121-51/+67
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-2/+2
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+2
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-2/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-12/+20
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
* Fixed remaining test failure in jslex tests.Florian Apolloner2014-10-151-2/+2
* Added unicode_literals to the jslexer.Florian Apolloner2014-10-151-1/+2
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-161-8/+8
* Fixing E302 ErrorsJason Myers2013-11-021-0/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+216