Files
clan-core/pkgs/ui/clan-app/tests/test_cli.py
2025-05-15 12:00:24 +01:00

8 lines
141 B
Python

import pytest
from helpers import cli
def test_help() -> None:
with pytest.raises(SystemExit):
cli.run(["clan-app", "--help"])