summaryrefslogtreecommitdiff
path: root/tests/test_imports.py
Commit message (Expand)AuthorAgeFilesLines
* imported macros can access template globals in async modeDaniel Stone2021-10-041-31/+13
* imported templates can see the current globalsAmy2020-06-221-2/+19
* add more tests for import context behaviorAmy2020-06-191-0/+24
* Merge branch '2.11.x'David Lord2020-02-051-3/+0
|\
| * remove custom pytest marksDavid Lord2020-02-051-3/+0
* | apply pyupgrade and f-stringsDavid Lord2020-02-051-5/+11
|/
* Revert "rename imports to jinja"David Lord2020-01-261-5/+5
* rename imports to jinjaDavid Lord2020-01-101-5/+5
* simplify module docstringsstyleDavid Lord2020-01-101-9/+0
* apply flake8David Lord2020-01-101-2/+2
* apply blackDavid Lord2020-01-101-55/+65
* apply reorder-python-importsDavid Lord2020-01-101-3/+5
* Replaced try...catch within tests with pytest.raisespytest-cleanupKevin Brown2019-10-101-6/+4
* Remove duplicated testcaseFlex Ferrum2019-05-161-2/+0
* add test and changelogDavid Lord2017-07-071-0/+6
* add tests and changelogDavid Lord2017-07-071-2/+20
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
* Cleaned up shitty syntax in testsuiteArmin Ronacher2017-01-061-2/+2
* Fixed from imports with contextArmin Ronacher2017-01-031-0/+8
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-0/+148
* Removed old testsuite.Armin Ronacher2010-02-091-132/+0
* Just to be on the sure side with that compiler optimization magicArmin Ronacher2010-01-141-0/+6
* Fixed the choice include tests.Armin Ronacher2010-01-141-0/+11
* include tags are now able to select between multiple templatesArmin Ronacher2010-01-141-1/+19
* Got rid of py.testisms.Armin Ronacher2009-07-261-6/+2
* Support nose framework for the whole test suite.Rene Leonhardt2009-04-201-1/+6
* Made it possible to refer to names from outer scopes in included templatesArmin Ronacher2009-02-081-1/+15
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Include statements can now be marked with ``ignore missing`` to skipArmin Ronacher2008-12-271-0/+11
* imports and includes "with context" are passed the full context now, not only...Armin Ronacher2008-10-041-0/+8
* more thread safety in LRUCacheArmin Ronacher2008-05-191-0/+15
* moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...Armin Ronacher2008-05-031-1/+3
* added unittest for context import/includesArmin Ronacher2008-05-021-0/+46