summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Support nested tuple unpacking in for loopsMatt Trescott2022-11-151-0/+10
* replace "dot" with "set not containing whitespace"Mike Bayer2022-09-221-1/+7
* Merge "fix tag regexp to match quoted groups correctly" into mainmike bayer2022-08-291-4/+17
|\
| * fix tag regexp to match quoted groups correctlyMike Bayer2022-08-291-4/+17
* | Restore unit tests in classes starting with TestMartin von Gagern2022-08-191-3/+4
|/
* fix tests for py311Mike Bayer2022-06-291-0/+1
* Fix test runs without lingua or babelMichał Górny2022-05-133-12/+23
* additional test_exceptions fixesMike Bayer2022-05-082-12/+9
* reduce exception message tested for py311 compatMike Bayer2022-04-091-8/+2
* Refactor test.util into mako.testingMichael Bourke2022-01-1431-651/+436
* Replace (old) raises test helper with expect_raisesMichael Bourke2022-01-062-26/+21
* Remove Python 2 residue; use Python 3 idiomsMichael Bourke2021-12-279-51/+38
* Fix 3.7 and Windows problemsMichael Bourke2021-12-101-1/+11
* Fix exception causes in lookup.pyRam Rachum2021-12-0928-291/+533
* Fix matching multiline control lines in templates with CRLF line endingsCharles Pigott2021-11-131-0/+17
* update black and formatFederico Caselli2021-10-2511-60/+60
* more code updatesMike Bayer2021-10-251-26/+1
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-2321-788/+287
* dont intefere with mako.templates in the test suiteMike Bayer2021-08-193-7/+10
* Avoid warnings under Python 3.10Petr Viktorin2021-01-142-1/+8
* Switch template encoding to utf-8Mike Bayer2020-05-295-9/+3
* Use unittest.SkipTest (again?)Michał Górny2020-03-022-12/+7
* Replace usage of parser.suite with ast.parseMike Bayer2020-01-052-2/+2
* Bump Python versions, remove conditional importsMike Bayer2019-07-271-2/+1
* Merge "Include URI in traceback if filename is unknown"mike bayer2019-07-081-6/+44
|\
| * Include URI in traceback if filename is unknownMartin von Gagern2019-07-081-6/+44
* | Support n filter in the page tagMartin von Gagern2019-07-081-0/+11
|/
* Correctly track line numbers for multi-line code blocksMartin von Gagern2019-07-011-0/+48
* Remove all non-essential functions from _ast_util.pyMike Bayer2019-06-031-4/+12
* Use tox / zimportsMike Bayer2019-05-3127-2470/+4179
* Use utf-8 encoding for traceback source with no encoding in py3kMike Bayer2019-05-092-0/+17
* Remove redundant Python<2.6 codeHugo2018-01-163-12/+3
* - exception test fixes for more recent pygmentsMike Bayer2017-05-221-2/+2
* Add include_error_handler parameter.Huayi Zhang2016-11-081-0/+15
* - disable some beaker tests that fail for 2.6Mike Bayer2016-03-091-1/+3
* - reduce the pygments strings we're searching for to accommodate forMike Bayer2016-03-091-26/+8
* Merge remote-tracking branch 'github/pr/19'Mike Bayer2016-03-091-2/+15
|\
| * Improve lexer with better string handling and grouping parens/bracketsDaniel Martin2016-02-041-2/+15
* | Merge branch 'feature-list_defs' of https://bitbucket.org/jvanasco/mako into ...Mike Bayer2016-03-091-0/+35
|\ \ | |/ |/|
| * added testsjonathan vanasco2015-03-251-0/+35
* | - still supporting py2.6 hereMike Bayer2015-10-261-2/+2
* | Ensure babel i18n extactor works properly with non-ascii inputRoman Imankulov2015-10-133-0/+15
* | correct template lookup on Windows:Gabi Davar2015-08-271-4/+3
* | - use a SkipTest pytest can findMike Bayer2015-07-261-1/+3
* | The Lingua extractor must not generate a parse error in case of extra blank s...Laurent DAVERIO2015-05-141-0/+3
* | Lingua extractor silently ignores try/except blocks instead or returning an e...Laurent DAVERIO2015-05-041-1/+9
* | Added test cases for gettext extraction: `for/else` and `while` blocks.Laurent DAVERIO2015-05-041-1/+11
* | Provide a testcase for pull request #18.ldaverio2015-05-011-0/+10
* | - ensure that STOP_RENDERING is set up everywhere it needs to beMike Bayer2015-03-251-11/+13
* | Add STOP_RENDERING keyword; exiting of a template.Cody Taylor2015-03-241-2/+15
|/