We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123cc05 commit 9d739d0Copy full SHA for 9d739d0
tests/test_basic.py
@@ -13,6 +13,7 @@ def test_extension1():
13
result = template.render()
14
assert len(result) >= 6
15
16
+
17
def test_input():
18
env = Environment(extensions=["jinja2_shell_extension.ShellExtension"])
19
template = env.from_string("{{ 'cat' | shell(input='meow', text=true) }}")
0 commit comments