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

Function test_add_qrdata

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

Source from the content-addressed store, hash-verified

41
42
43def test_add_qrdata():
44 qr = qrcode.QRCode(version=1)
45 data = QRData("a")
46 qr.add_data(data)
47 qr.make(fit=False)
48
49
50def test_fit():

Callers

nothing calls this directly

Calls 3

add_dataMethod · 0.95
makeMethod · 0.95
QRDataClass · 0.90

Tested by

no test coverage detected