MCPcopy Index your code
hub / github.com/lincolnloop/python-qrcode / test_large

Function test_large

qrcode/tests/test_qrcode.py:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19
20def test_large():
21 qr = qrcode.QRCode(version=27)
22 qr.add_data("a")
23 qr.make(fit=False)
24
25
26def test_invalid_version():

Callers

nothing calls this directly

Calls 2

add_dataMethod · 0.95
makeMethod · 0.95

Tested by

no test coverage detected