Files
2026-05-12 19:40:31 +09:00

9 lines
110 B
Python

import pytest
@pytest.fixture
def runner():
from typer.testing import CliRunner
return CliRunner()