Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/jinja/tests/
Dtest_async.py118 def test_env_async(): function
134 def test_context_imports(self, test_env_async): argument
135 t = test_env_async.from_string('{% import "module" as m %}{{ m.test() }}')
137 t = test_env_async.from_string(
141 t = test_env_async.from_string(
145 t = test_env_async.from_string('{% from "module" import test %}{{ test() }}')
147 t = test_env_async.from_string(
151 t = test_env_async.from_string(
156 def test_trailing_comma(self, test_env_async): argument
157 test_env_async.from_string('{% from "foo" import bar, baz with context %}')
[all …]