haystack/test/preview/cli/conftest.py
Silvano Cerza 3fd9e0fd89
feat: Add CLI prompt cache command (#5050)
* Add CLI prompt cache command

* Rename prompt cache to prompt fetch
2023-05-30 18:04:52 +02:00

8 lines
110 B
Python

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