Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add required attribute to blocks | Amy | 2021-01-29 | 1 | -0/+118 |
| | | | | | required blocks must be overridden at some point, although not necessarily by the direct child template | ||||
* | Merge branch '2.11.x' | David Lord | 2020-02-05 | 1 | -2/+0 |
|\ | |||||
| * | remove custom pytest marks | David Lord | 2020-02-05 | 1 | -2/+0 |
| | | |||||
* | | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 1 | -5/+4 |
|/ | |||||
* | 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 flake8 | David Lord | 2020-01-10 | 1 | -3/+2 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -114/+163 |
| | |||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 1 | -1/+3 |
| | |||||
* | fix invalid double extends test | David Lord | 2019-10-10 | 1 | -3/+3 |
| | |||||
* | Replaced try...catch within tests with pytest.raisespytest-cleanup | Kevin Brown | 2019-10-10 | 1 | -3/+1 |
| | | | | | | This still leaves one in test_debug which relies on reading out the traceback and cannot easily be replaced by pytest.raises like the others. | ||||
* | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Cleaned up shitty syntax in testsuite | Armin Ronacher | 2017-01-06 | 1 | -2/+2 |
| | |||||
* | Rename testsuite to tests and suggestions | Kartheek Lenkala | 2015-03-22 | 1 | -0/+248 |
| | | | | | Remove py.test from setup.py install_requires Rename testsuite folder to tests. | ||||
* | Removed old testsuite. | Armin Ronacher | 2010-02-09 | 1 | -197/+0 |
| | | | | | --HG-- branch : trunk | ||||
* | Got rid of py.testisms. | Armin Ronacher | 2009-07-26 | 1 | -10/+16 |
| | | | | | --HG-- branch : trunk | ||||
* | Support nose framework for the whole test suite. | Rene Leonhardt | 2009-04-20 | 1 | -0/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | Added proper super() support for scoped blocks. | Armin Ronacher | 2009-02-19 | 1 | -0/+9 |
| | | | | | --HG-- branch : trunk | ||||
* | Added support for optional `scoped` modifier to blocks. | Armin Ronacher | 2009-02-19 | 1 | -0/+9 |
| | | | | | --HG-- branch : trunk | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed a macro scoping bug discovered by ckknight introduced in one of the ↵ | Armin Ronacher | 2008-10-30 | 1 | -0/+35 |
| | | | | | | | earlier changes for the 2.1 release. --HG-- branch : trunk | ||||
* | added two more unittests for inheritance | Armin Ronacher | 2008-05-23 | 1 | -0/+24 |
| | | | | | --HG-- branch : trunk | ||||
* | more unittests and updated documentation for extensions. Fixed bug in ↵ | Armin Ronacher | 2008-05-23 | 1 | -0/+9 |
| | | | | | | | optimizer that caused blocks to be optimized away under some circumstances. --HG-- branch : trunk | ||||
* | more thread safety in LRUCache | Armin Ronacher | 2008-05-19 | 1 | -0/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed more unittests | Armin Ronacher | 2008-04-18 | 1 | -23/+0 |
| | | | | | --HG-- branch : trunk | ||||
* | converted unit tests, started rewriting filters | Christoph Hack | 2008-04-13 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed #281 and added test case | Armin Ronacher | 2007-10-19 | 1 | -0/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn] added more jinja unittests | Armin Ronacher | 2007-04-29 | 1 | -0/+34 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn] various updates i haven't checked in so far (see the diff of the ↵ | Armin Ronacher | 2007-04-17 | 1 | -2/+15 |
| | | | | | | | changelog) and fixed critical bug reported by Alexey Melchakov --HG-- branch : trunk | ||||
* | [svn] fixed jinja inheritance bug and improved unittests | Armin Ronacher | 2007-03-18 | 1 | -0/+66 |
--HG-- branch : trunk |