mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-30 12:22:52 +00:00

* move cli from preview * readme * review feedback * test mocks & import paths * import path
8 lines
110 B
Python
8 lines
110 B
Python
import pytest
|
|
from click.testing import CliRunner
|
|
|
|
|
|
@pytest.fixture()
|
|
def cli_runner():
|
|
yield CliRunner()
|