summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_jslex.py
AgeCommit message (Expand)Author
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2017-03-17Replaced type-specific assertions with assertEqual().Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2014-10-15Fixed remaining test failure in jslex tests.Florian Apolloner
2014-10-15Added unicode_literals to the jslexer.Florian Apolloner
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons