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

Function test_output

qrcode/tests/test_script.py:70–72  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

68
69
70def test_output(tmp_path):
71 pytest.importorskip("PIL", reason="Requires PIL")
72 main(["testtext", "--output", str(tmp_path / "test.png")])
73
74
75def test_factory_drawer_none(capsys):

Callers

nothing calls this directly

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected