aboutsummaryrefslogtreecommitdiff
path: root/tests/test_imports.py
AgeCommit message (Expand)Author
2021-10-04imported macros can access template globals in async modeDaniel Stone
2020-06-22imported templates can see the current globalsAmy
2020-06-19add more tests for import context behaviorAmy
2020-02-05Merge branch '2.11.x'David Lord
2020-02-05remove custom pytest marksDavid Lord
2020-02-05apply pyupgrade and f-stringsDavid Lord
2020-01-26Revert "rename imports to jinja"David Lord
2020-01-10rename imports to jinjaDavid Lord
2020-01-10simplify module docstringsDavid Lord
2020-01-10apply flake8David Lord
2020-01-10apply blackDavid Lord
2020-01-10apply reorder-python-importsDavid Lord
2019-10-10Replaced try...catch within tests with pytest.raisesKevin Brown
2019-05-16Remove duplicated testcaseFlex Ferrum
2017-07-07add test and changelogDavid Lord
2017-07-07add tests and changelogDavid Lord
2017-01-07Bump up the copyright to 2017Armin Ronacher
2017-01-06Cleaned up shitty syntax in testsuiteArmin Ronacher
2017-01-03Fixed from imports with contextArmin Ronacher
2015-03-22Rename testsuite to tests and suggestionsKartheek Lenkala
2010-02-09Removed old testsuite.Armin Ronacher
2010-01-14Just to be on the sure side with that compiler optimization magicArmin Ronacher
2010-01-14Fixed the choice include tests.Armin Ronacher
2010-01-14include tags are now able to select between multiple templatesArmin Ronacher
2009-07-26Got rid of py.testisms.Armin Ronacher
2009-04-20Support nose framework for the whole test suite.Rene Leonhardt
2009-02-08Made it possible to refer to names from outer scopes in included templatesArmin Ronacher
2009-01-04Copyright switch to "The Jinja Team".Armin Ronacher
2008-12-27Include statements can now be marked with ``ignore missing`` to skipArmin Ronacher
2008-10-04imports and includes "with context" are passed the full context now, not only...Armin Ronacher
2008-05-19more thread safety in LRUCacheArmin Ronacher
2008-05-03moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...Armin Ronacher
2008-05-02added unittest for context import/includesArmin Ronacher