Skip to content

Commit 9d739d0

Browse files
committed
build: fix
1 parent 123cc05 commit 9d739d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def test_extension1():
1313
result = template.render()
1414
assert len(result) >= 6
1515

16+
1617
def test_input():
1718
env = Environment(extensions=["jinja2_shell_extension.ShellExtension"])
1819
template = env.from_string("{{ 'cat' | shell(input='meow', text=true) }}")

0 commit comments

Comments
 (0)