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.
*.html.jinja
1 parent a8c540e commit 929cfb5Copy full SHA for 929cfb5
tests/test_handler.py
@@ -62,7 +62,7 @@ def test_render_docstring_examples_section(handler: PythonHandler) -> None:
62
(DocstringSectionKind.examples, ">>> print('Hello')\nHello"),
63
],
64
)
65
- template = handler.env.get_template("docstring/examples.html")
+ template = handler.env.get_template("docstring/examples.html.jinja")
66
rendered = template.render(section=section, locale="en")
67
template.render(section=section, locale="not_existing")
68
assert "<p>This is an example.</p>" in rendered
0 commit comments