aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/click/py2/tests/conftest.py
blob: 9440804feb3b22cb4a28f1f9eaa7f6e1fb0ce049 (plain) (blame)
1
2
3
4
5
6
7
8
import pytest

from click.testing import CliRunner


@pytest.fixture(scope="function")
def runner(request):
    return CliRunner()