summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* async support doesn't require patchinginline-asyncDavid Lord2021-04-101-8/+1
|
* Merge branch '2.11.x'David Lord2020-02-051-44/+0
|\
| * remove custom pytest marksDavid Lord2020-02-051-44/+0
| |
* | apply pyupgrade and f-stringsDavid Lord2020-02-051-1/+0
|/
* 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 blackDavid Lord2020-01-101-63/+51
|
* apply reorder-python-importsDavid Lord2020-01-101-2/+3
|
* support pathlib in FileSystemLoader and ModuleLoaderAlex Chan2019-10-211-0/+1
|
* Add tests for utils.py - LRUCache, Lorem Ipsum & +EtiennePelletier2019-10-041-0/+1
|
* Register custom test category markers.Ralph Giles2019-07-201-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 importsAdrian Moennich2017-01-091-4/+0
|
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
|
* First pass on async support for filtersArmin Ronacher2016-12-281-1/+1
|
* Make tests pass on older python versions againArmin Ronacher2016-12-281-0/+7
|
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-0/+74
| | | | | Remove py.test from setup.py install_requires Rename testsuite folder to tests.
* Got rid of py.testisms.Armin Ronacher2009-07-261-163/+0
| | | | | --HG-- branch : trunk
* Support nose framework for the whole test suite.Rene Leonhardt2009-04-201-0/+14
| | | | | --HG-- branch : trunk
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
| | | | | --HG-- branch : trunk
* Added non-babel output mode to extract_from_ast, integreated jinja2 doctests ↵Armin Ronacher2008-06-271-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 overlaysArmin Ronacher2008-04-301-2/+2
| | | | | --HG-- branch : trunk
* fixed more unittestsArmin Ronacher2008-04-181-34/+10
| | | | | --HG-- branch : trunk
* converted unit tests, started rewriting filtersChristoph Hack2008-04-131-6/+6
| | | | | --HG-- branch : trunk
* [svn] added simple memcached loader testArmin Ronacher2007-06-021-0/+18
| | | | | --HG-- branch : trunk
* [svn] added many new tests to jinjaArmin Ronacher2007-05-211-4/+56
| | | | | --HG-- branch : trunk
* [svn] added c implementation of the jinja context class.Armin Ronacher2007-04-201-1/+1
| | | | | --HG-- branch : trunk
* [svn] fixed jinja inheritance bug and improved unittestsArmin Ronacher2007-03-181-15/+22
| | | | | --HG-- branch : trunk
* [svn] added jinja doctests and fixed problem with i18n strings in requirementsArmin Ronacher2007-03-181-0/+55
--HG-- branch : trunk