Home
last modified time | relevance | path

Searched refs:env_async (Results 1 – 1 of 1) sorted by relevance

/external/python/jinja/tests/
Dtest_asyncfilters.py24 def env_async(): function
29 def test_first(env_async, foo): argument
30 tmpl = env_async.from_string("{{ foo()|first }}")
44 def test_groupby(env_async, items): argument
45 tmpl = env_async.from_string(
60 def test_groupby_tuple_index(env_async, items): argument
61 tmpl = env_async.from_string(
82 def test_groupby_multidot(env_async, articles): argument
83 tmpl = env_async.from_string(
97 def test_join_env_int(env_async, int_items): argument
[all …]