def test_tox_cmdline(monkeypatch): monkeypatch.setattr(sys, 'argv', ['caller_script', '--help']) with pytest.raises(SystemExit): tox.cmdline()