mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-31 04:38:23 +00:00
8 lines
110 B
Python
8 lines
110 B
Python
![]() |
import pytest
|
||
|
from click.testing import CliRunner
|
||
|
|
||
|
|
||
|
@pytest.fixture()
|
||
|
def cli_runner():
|
||
|
yield CliRunner()
|