1 2 3 4 5 6 7 8
import pytest from click.testing import CliRunner @pytest.fixture(scope="function") def runner(request): return CliRunner()