summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_parser.py
AgeCommit message (Expand)Author
2018-05-10Replaced TOKEN_* constants by TokenType enums.Claude Paroz
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-01-20Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-03-20Cleaned up the template debug implementation.Preston Timmons
2015-03-02Fixed #24372 - Replaced TokenParser usage with traditional parsing.Preston Timmons
2015-02-24Moved test_token_smart_split into ParserTests.Preston Timmons
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-28Cleaned up the django.template namespace.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-19Fixed #7557 -- Added type checking to Variable initialization.Tim Graham
2013-09-09Simplify FilterExpression.args_checkCurtis Maloney
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons