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

Function test_mode_alpha

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

Source from the content-addressed store, hash-verified

66
67
68def test_mode_alpha():
69 qr = qrcode.QRCode()
70 qr.add_data("ABCDEFGHIJ1234567890", optimize=0)
71 qr.make()
72 assert qr.version == 1
73 assert qr.data_list[0].mode == MODE_ALPHA_NUM
74
75
76def test_regression_mode_comma():

Callers

nothing calls this directly

Calls 2

add_dataMethod · 0.95
makeMethod · 0.95

Tested by

no test coverage detected