(capsys)
| 80 | |
| 81 | |
| 82 | def 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 | |
| 88 | def test_factory_drawer(capsys): |