summaryrefslogtreecommitdiff
path: root/tests/test_inheritance.py
Commit message (Collapse)AuthorAgeFilesLines
* add required attribute to blocksAmy2021-01-291-0/+118
| | | | | required blocks must be overridden at some point, although not necessarily by the direct child template
* Merge branch '2.11.x'David Lord2020-02-051-2/+0
|\
| * remove custom pytest marksDavid Lord2020-02-051-2/+0
| |
* | apply pyupgrade and f-stringsDavid Lord2020-02-051-5/+4
|/
* Revert "rename imports to jinja"David Lord2020-01-261-3/+3
| | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
* rename imports to jinjaDavid Lord2020-01-101-3/+3
|
* simplify module docstringsstyleDavid Lord2020-01-101-9/+0
|
* apply flake8David Lord2020-01-101-3/+2
|
* apply blackDavid Lord2020-01-101-114/+163
|
* apply reorder-python-importsDavid Lord2020-01-101-1/+3
|
* fix invalid double extends testDavid Lord2019-10-101-3/+3
|
* Replaced try...catch within tests with pytest.raisespytest-cleanupKevin Brown2019-10-101-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 2017Armin Ronacher2017-01-071-1/+1
|
* Cleaned up shitty syntax in testsuiteArmin Ronacher2017-01-061-2/+2
|
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-0/+248
| | | | | Remove py.test from setup.py install_requires Rename testsuite folder to tests.
* Removed old testsuite.Armin Ronacher2010-02-091-197/+0
| | | | | --HG-- branch : trunk
* Got rid of py.testisms.Armin Ronacher2009-07-261-10/+16
| | | | | --HG-- branch : trunk
* Support nose framework for the whole test suite.Rene Leonhardt2009-04-201-0/+5
| | | | | --HG-- branch : trunk
* Added proper super() support for scoped blocks.Armin Ronacher2009-02-191-0/+9
| | | | | --HG-- branch : trunk
* Added support for optional `scoped` modifier to blocks.Armin Ronacher2009-02-191-0/+9
| | | | | --HG-- branch : trunk
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
| | | | | --HG-- branch : trunk
* Fixed a macro scoping bug discovered by ckknight introduced in one of the ↵Armin Ronacher2008-10-301-0/+35
| | | | | | | earlier changes for the 2.1 release. --HG-- branch : trunk
* added two more unittests for inheritanceArmin Ronacher2008-05-231-0/+24
| | | | | --HG-- branch : trunk
* more unittests and updated documentation for extensions. Fixed bug in ↵Armin Ronacher2008-05-231-0/+9
| | | | | | | optimizer that caused blocks to be optimized away under some circumstances. --HG-- branch : trunk
* more thread safety in LRUCacheArmin Ronacher2008-05-191-0/+5
| | | | | --HG-- branch : trunk
* fixed more unittestsArmin Ronacher2008-04-181-23/+0
| | | | | --HG-- branch : trunk
* converted unit tests, started rewriting filtersChristoph Hack2008-04-131-2/+2
| | | | | --HG-- branch : trunk
* fixed #281 and added test caseArmin Ronacher2007-10-191-0/+5
| | | | | --HG-- branch : trunk
* [svn] added more jinja unittestsArmin Ronacher2007-04-291-0/+34
| | | | | --HG-- branch : trunk
* [svn] various updates i haven't checked in so far (see the diff of the ↵Armin Ronacher2007-04-171-2/+15
| | | | | | | changelog) and fixed critical bug reported by Alexey Melchakov --HG-- branch : trunk
* [svn] fixed jinja inheritance bug and improved unittestsArmin Ronacher2007-03-181-0/+66
--HG-- branch : trunk