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

Function test_factory_drawer_bad

qrcode/tests/test_script.py:82–85  ·  view source on GitHub ↗
(capsys)

Source from the content-addressed store, hash-verified

80
81
82def test_factory_drawer_bad(capsys):
83 with pytest.raises(SystemExit):
84 main("testtext --factory svg --factory-drawer sobad".split())
85 assert "sobad factory drawer not found" in capsys.readouterr()[1]
86
87
88def test_factory_drawer(capsys):

Callers

nothing calls this directly

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected