We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5055ef1 commit c4d7d61Copy full SHA for c4d7d61
tests/test_lint.py
@@ -57,7 +57,6 @@ def test_main_script(monkeypatch) -> None:
57
monkeypatch.setattr(sys, "argv", args)
58
with pytest.raises(SystemExit) as exc:
59
weechat_script_lint.main()
60
- assert "FATAL" in exc.value.code
61
62
# check script OK
63
filename = str(SCRIPTS_DIR / "script_valid.py")
0 commit comments