MCPcopy 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
14def test_basic():
15 qr = qrcode.QRCode(version=1)
16 qr.add_data("a")
17 qr.make(fit=False)
18
19
20def test_large():

Callers

nothing calls this directly

Calls 2

add_dataMethod · 0.95
makeMethod · 0.95

Tested by

no test coverage detected