Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | async support doesn't require patchinginline-async | David Lord | 2021-04-10 | 1 | -8/+1 |
| | |||||
* | Merge branch '2.11.x' | David Lord | 2020-02-05 | 1 | -44/+0 |
|\ | |||||
| * | remove custom pytest marks | David Lord | 2020-02-05 | 1 | -44/+0 |
| | | |||||
* | | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 1 | -1/+0 |
|/ | |||||
* | Revert "rename imports to jinja" | David Lord | 2020-01-26 | 1 | -3/+3 |
| | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef. | ||||
* | rename imports to jinja | David Lord | 2020-01-10 | 1 | -3/+3 |
| | |||||
* | simplify module docstringsstyle | David Lord | 2020-01-10 | 1 | -9/+0 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -63/+51 |
| | |||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 1 | -2/+3 |
| | |||||
* | support pathlib in FileSystemLoader and ModuleLoader | Alex Chan | 2019-10-21 | 1 | -0/+1 |
| | |||||
* | Add tests for utils.py - LRUCache, Lorem Ipsum & + | EtiennePelletier | 2019-10-04 | 1 | -0/+1 |
| | |||||
* | Register custom test category markers. | Ralph Giles | 2019-07-20 | 1 | -1/+43 |
| | | | | | | | Since around pytest 3.6 it's been possible to register custom markers, and since version 4.5.0 pytest warns about any which are not registered. Register a list of such markers, extracted from those warnings, so they don't clutter the test output. | ||||
* | Remove unused/duplicate imports | Adrian Moennich | 2017-01-09 | 1 | -4/+0 |
| | |||||
* | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | First pass on async support for filters | Armin Ronacher | 2016-12-28 | 1 | -1/+1 |
| | |||||
* | Make tests pass on older python versions again | Armin Ronacher | 2016-12-28 | 1 | -0/+7 |
| | |||||
* | Rename testsuite to tests and suggestions | Kartheek Lenkala | 2015-03-22 | 1 | -0/+74 |
| | | | | | Remove py.test from setup.py install_requires Rename testsuite folder to tests. | ||||
* | Got rid of py.testisms. | Armin Ronacher | 2009-07-26 | 1 | -163/+0 |
| | | | | | --HG-- branch : trunk | ||||
* | Support nose framework for the whole test suite. | Rene Leonhardt | 2009-04-20 | 1 | -0/+14 |
| | | | | | --HG-- branch : trunk | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Added non-babel output mode to extract_from_ast, integreated jinja2 doctests ↵ | Armin Ronacher | 2008-06-27 | 1 | -4/+45 |
| | | | | | | | directly into the py.test suite (ugh, that's an ugly hack) --HG-- branch : trunk | ||||
* | moved caching from loaders to environment and added environment overlays | Armin Ronacher | 2008-04-30 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed more unittests | Armin Ronacher | 2008-04-18 | 1 | -34/+10 |
| | | | | | --HG-- branch : trunk | ||||
* | converted unit tests, started rewriting filters | Christoph Hack | 2008-04-13 | 1 | -6/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn] added simple memcached loader test | Armin Ronacher | 2007-06-02 | 1 | -0/+18 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn] added many new tests to jinja | Armin Ronacher | 2007-05-21 | 1 | -4/+56 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn] added c implementation of the jinja context class. | Armin Ronacher | 2007-04-20 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn] fixed jinja inheritance bug and improved unittests | Armin Ronacher | 2007-03-18 | 1 | -15/+22 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn] added jinja doctests and fixed problem with i18n strings in requirements | Armin Ronacher | 2007-03-18 | 1 | -0/+55 |
--HG-- branch : trunk |