Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lincolnloop/python-qrcode
/ test_basic
Function
test_basic
qrcode/tests/test_qrcode.py:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
14
def
test_basic():
15
qr = qrcode.QRCode(version=1)
16
qr.add_data(
"a"
)
17
qr.make(fit=False)
18
19
20
def
test_large():
Callers
nothing calls this directly
Calls
2
add_data
Method · 0.95
make
Method · 0.95
Tested by
no test coverage detected