MCPcopy 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
36def 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
43def test_add_qrdata():

Callers

nothing calls this directly

Calls 2

add_dataMethod · 0.95
makeMethod · 0.95

Tested by

no test coverage detected