summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+35
* Added test for TemplateSyntaxError when variables begin with underscores.Mariusz Felisiak2021-08-021-5/+6
* Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.David Smith2021-02-261-1/+17
* Replaced TOKEN_* constants by TokenType enums.Claude Paroz2018-05-101-2/+2
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-2/+4
* Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham2017-01-201-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-5/+3
* Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami2016-11-141-10/+10
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons2015-05-211-1/+2
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-10/+1
* Fixed #24372 - Replaced TokenParser usage with traditional parsing.Preston Timmons2015-03-021-26/+1
* Moved test_token_smart_split into ParserTests.Preston Timmons2015-02-241-1/+10
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-2/+2
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-6/+2
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+5
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #7557 -- Added type checking to Variable initialization.Tim Graham2013-09-191-0/+4
* Simplify FilterExpression.args_checkCurtis Maloney2013-09-091-1/+40
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Modified template_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+95