Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ test_template_without_ext
Method
test_template_without_ext
tests/test_template.py:138–141 ·
view source on GitHub ↗
(self, tmpdir)
Source
from the content-addressed store, hash-verified
136
137
class
TestRender:
138
def
test_template_without_ext(self, tmpdir):
139
tmpdir.join(
"foobar"
).write(
"hello"
)
140
render = web.template.render(str(tmpdir))
141
assert str(render.foobar()).strip() ==
"hello"
Callers
nothing calls this directly
Calls
2
join
Method · 0.80
render
Method · 0.45
Tested by
no test coverage detected