Files

9 lines
110 B
Python
Raw Permalink Normal View History

2026-05-12 19:40:31 +09:00
import pytest
@pytest.fixture
def runner():
from typer.testing import CliRunner
return CliRunner()