Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lincolnloop/python-qrcode
/ test_output
Function
test_output
qrcode/tests/test_script.py:70–72 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
68
69
70
def
test_output(tmp_path):
71
pytest.importorskip(
"PIL"
, reason=
"Requires PIL"
)
72
main([
"testtext"
,
"--output"
, str(tmp_path /
"test.png"
)])
73
74
75
def
test_factory_drawer_none(capsys):
Callers
nothing calls this directly
Calls
1
main
Function · 0.90
Tested by
no test coverage detected