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

Function test_regression_mode_comma

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

Source from the content-addressed store, hash-verified

74
75
76def test_regression_mode_comma():
77 qr = qrcode.QRCode()
78 qr.add_data(",", optimize=0)
79 qr.make()
80 assert qr.data_list[0].mode == MODE_8BIT_BYTE
81
82
83def test_mode_8bit():

Callers

nothing calls this directly

Calls 2

add_dataMethod · 0.95
makeMethod · 0.95

Tested by

no test coverage detected