Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lincolnloop/python-qrcode
/ test_overflow
Function
test_overflow
qrcode/tests/test_qrcode.py:36–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
36
def
test_overflow():
37
qr = qrcode.QRCode(version=1)
38
qr.add_data(
"abcdefghijklmno"
)
39
with
pytest.raises(DataOverflowError):
40
qr.make(fit=False)
41
42
43
def
test_add_qrdata():
Callers
nothing calls this directly
Calls
2
add_data
Method · 0.95
make
Method · 0.95
Tested by
no test coverage detected