Searched refs:test_env_async (Results 1 – 1 of 1) sorted by relevance
118 def test_env_async(): function134 def test_context_imports(self, test_env_async): argument135 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): argument157 test_env_async.from_string('{% from "foo" import bar, baz with context %}')[all …]