haystack/test/cli/conftest.py

8 lines
110 B
Python
Raw Normal View History

import pytest
from click.testing import CliRunner
@pytest.fixture()
def cli_runner():
yield CliRunner()