Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lincolnloop/python-qrcode
/ test_optimize
Function
test_optimize
qrcode/tests/test_script.py:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
def
test_optimize():
51
pytest.importorskip(
"PIL"
, reason=
"Requires PIL"
)
52
main(
"testtext --optimize 0"
.split())
53
54
55
def
test_factory():
Callers
nothing calls this directly
Calls
1
main
Function · 0.90
Tested by
no test coverage detected