Files
clan-core/pkgs/clan-app/tests/test_cli.py
2024-08-15 19:13:20 +02: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"])